Skip to content

Instantly share code, notes, and snippets.

@rightfold
Last active April 2, 2017 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightfold/10c1657789ad6bc8c0940fdb2fac6c70 to your computer and use it in GitHub Desktop.
Save rightfold/10c1657789ad6bc8c0940fdb2fac6c70 to your computer and use it in GitHub Desktop.

If you are getting "Conflicting definitions are in scope for kind Effect", this is because you are using compiler 0.10 with purescript-eff 3.0.0. purescript-eff 3.0.0 is for compiler 0.11.

You should downgrade purescript-eff to 2.0.0 for the time being. Likewise, downgrade purescript-prelude to 2.5.0 and purescript-psci-support to 2.0.0. You can do this by changing the version numbers in bower.json and invoking bower install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment