-
Notifications
You must be signed in to change notification settings - Fork 56
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
Hackage version builds neither with GHC 8.0 nor 8.2 #77
Comments
The lack of upper bounds on this package allowed conduit to change the API it provides and stop building on hackage. Revised bounds are needed. |
Any updates on this? also running into this issue... |
I'm currently building |
Hey John, thanks for replying. My stack.yaml (in a new project) contains the following additional config:
package.yaml contains default config except for the dependencies:
Build output contains lots of conduit warnings + error related due to unliftIO (the one you mentioned previously?
If you need more information, let me know. |
@luc-tielen You're using the older (broken) version of gitlib, you need to update to 3.1.2 in your stack.yaml. The bounds haven't been revised yet on 3.1.1 |
Right, silly me.. Output from
So then I did
This is with LTS-11.13 in Stack (GHC-8.2.2). On a side note, is it normal that stack.yaml contains
|
I am having the same exact error message (luc-tielen's second compile log) when I try to build. Is there something we're doing wrong here? What is the recommended method here? (For the record I'm using LTS-11.14, while luc-tielen is using 11.13) |
It appears to be an issue with Stack. I was able to successfully build (with countless warnings) using Cabal with sandboxing. |
gitlib-3.1.1
fails to build with GHC 8.0 and 8.2 with the error:this seems to be fixed in
master
, so please release a new version on Hackage.The text was updated successfully, but these errors were encountered: