Skip to content

Update to purescript 0.11 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed

Conversation

wires
Copy link

@wires wires commented Apr 2, 2017

Hi, FWIW I made some trivial changes to get this to build again with 0.11

  • Changed * to Type and ! to Effect.
  • Updated dependencies to 3.0.0

@@ -23,7 +23,8 @@ module Node.Buffer
) where

import Prelude
import Control.Monad.Eff (Eff)
import Prim (kind Type)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to import this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks! removed it

@wires
Copy link
Author

wires commented Apr 2, 2017

Hmm, the build seems to fails on unrecognised arguments: --censor-lib, --strict. Do I need to insert -- somewhere in the pulp call in package.json, or?

package.json Outdated
@@ -5,9 +5,9 @@
"build": "pulp build --censor-lib --strict"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to separate arguments with -- now:

pulp build -- --censor-lib --strict

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hum.., tried this before but it didn't work, pushed anyway but build is still failing.

I'm having problems building this locally, seems to be related to pulp (FWIW, I don't like this build tool, using my own Makefiles for my projects).

@jacereda
Copy link

jacereda commented Apr 2, 2017

test/Main.purs also requires changes for 0.11.1

@paf31
Copy link
Contributor

paf31 commented Apr 4, 2017

Thanks, but closing in favor of #19

@paf31 paf31 closed this Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants