Skip to content
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

Fix bad build: Updating dependencies & moving to devDependencies #9

Merged
merged 1 commit into from
Mar 6, 2019

Conversation

mwalkerwells
Copy link

@mwalkerwells mwalkerwells commented Feb 28, 2019

Purescript ^0.11.6 does not support instance chains. These npm dependencies are only needed for building the project. Updating them & moving them to devDependencies.

> pulp build -- --censor-lib --strict --stash

* Building project
[1/2 ErrorParsingModule] bower_components/purescript-either/src/Data/Either/Inject.purs:16:1

  16  else instance injectLeft :: Inject a (Either a b) where


  Unable to parse module:
  unexpected "else"
  expecting declaration or end of input

[2/2 ErrorParsingModule] bower_components/purescript-psci-support/src/PSCI/Support.purs:21:1

  21  else


  Unable to parse module:
  unexpected "else"
  expecting declaration or end of input

@mwalkerwells mwalkerwells changed the title Fix bad build: Removing purescript from npm dependencies Fix bad build: Updating dependencies & moving to devDependencies Feb 28, 2019
@mwalkerwells
Copy link
Author

@Thimoteus LGTU?

@Thimoteus
Copy link
Owner

Sweet, thanks 👍

@Thimoteus Thimoteus merged commit 2bf96a5 into Thimoteus:master Mar 6, 2019
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.

2 participants