-
Notifications
You must be signed in to change notification settings - Fork 4
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
cabal: Could not resolve dependencies #6
Comments
Thank you for your feedback! I'll look into it soon, and specifically I'd like to get the library building with Have you tried installing it into a sandbox, by the way? That would narrow down some issues related to "cabal hell" |
Sandbox doesn't appear to change anything |
@reedrosenbluth Good to know, I'll see if I can find some time this weekend to patch this up. |
Thanks! |
I've been trying to get this working with stack; unfortunately I'm running into an error mentioned here commercialhaskell/stack#740 regarding |
@reedrosenbluth looks like you're building with Either: switch to @5outh I'm not getting the linking error anymore using I've also submitted #7 to add a working |
@samdoshi Cool! Since Bang is a somewhat standalone library, I think sticking with GHC 7.8 is fine. Thanks for the PR as well 🎉 |
Should be fixed now! |
The only thing to watch out for with 7.8 is that it doesn't work on El Capitan at the moment, 7.8.5 is supposed to be out at some point to resolve that. Cool project by the way 👍 |
Good to know, thanks again :) |
New version is up which should work with |
Just had a quick go trying to get this to build with 7.10.2 and lts-3.11, looks like that framework linking bug isn't fixed after all. It appears to fixed in both GHC and Cabal but unreleased as yet. |
Good to know, I'll keep an eye on the ticket. |
|
So this won't work with GHC 7.10.2? |
Unfortunately no, not yet. :( But, as @samdoshi mentioned, once the new GHC/Cabal are released it should be fixed. |
I can't seem to get cabal to install this library. Here's the error:
The text was updated successfully, but these errors were encountered: