-
Notifications
You must be signed in to change notification settings - Fork 40
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
Error installing ghcjs-dom-jsffi via stack #42
Comments
More info: compiler-check: match-exact
resolver: nightly-2016-04-17
compiler: ghcjs-0.2.0.820160417_ghc-7.10.3
setup-info:
ghcjs:
source:
ghcjs-0.2.0.820160417_ghc-7.10.3:
url: "https://tolysz.org/ghcjs/nightly-2016-04-17-820160417.tar.gz"
extra-deps:
- elerea-2.9.0
- ghcjs-dom-0.3.1.0
- ghcjs-dom-jsffi-0.3.1.0
packages:
- location: '.' |
yeah, i'm getting this too. |
Doesn't look like a stack issue. I can also reproduce in a cabal sandbox. Seems something doesn't like |
I can't reproduce this. Can someone please post output of
It might be a cabal 1.22 thing because I am using Cabal and cabal-install 1.24:
|
You are correct, it's cabal. I had:
That resulted in (almost exactly like the stack output above):
Installed:
And that works as expected. |
I'm confirming this is cabal as well.
I updated to the latest cabal on my distro, cabal-install 1.24.0 and this worked. I suggest increasing the cabal version to 1.24 |
I updated bundles for stack for the nightly and ghcjs80 (tested with
for those still on
Please test and close if it solves stack. Please consider creating some HowTo or readme describing your "success" story. |
might solve this particular problem, but the |
The text was updated successfully, but these errors were encountered: