-
Notifications
You must be signed in to change notification settings - Fork 85
Cabal install fails in sandbox #89
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
Comments
I suspect its the git HEAD version of cabal. Works fine for me with cabal version 1.24.0.2. Probably worth raising this as a bug against cabal though. |
I experience the same issue, though with |
@kindaro Happy is non-standard because it is bootstrapped. See the README.md file for instructions on how to build: https://github.com/simonmar/happy/blob/master/README.md |
@simonmar What you are saying is that this package is not going to be handled by If there is only one supported way to build, I would humbly suggest to expand the Readme correspondingly, because practically all other packages can be built by several methods ( Also, the support for the old style commands will get dropped from P.S. I am sorry if I am being obvious. |
No, not at all! It works fine with new-build. But you have to build it from the package uploaded to Hackage, not directly from a git checkout. For more details, see the readme. |
Oh, I got confused between Alex and Happy. Alex is the one with the build instructions in the readme, it looks like we haven't done this for Happy yet. But it should still work to build it from the Hackage package instead of a git clone. |
Trying to build happy I encountered a problem during the
cabal install
step.This is on archlinux with ghc 8.0.2 and cabal from recent git HEAD.
Full log, so you can see what I'm doing. The interesting line is probably:
The text was updated successfully, but these errors were encountered: