-
Notifications
You must be signed in to change notification settings - Fork 66
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
0.10.1 fails to build with transformers 0.5.6.2 #2738
Comments
GHC 9.6 does not support |
That is incorrect.
|
Also see: haskell/cabal#9669 It is mostly irrelevant with what boot packages GHC ships. |
We have had trouble in the past because of multiple boot library versions and for that reason we made a convention to use lower bound of boot libraries match with GHC. If it helps your use case we can try to make it work with the older version of transformers and release a 0.10.2 with that. Though, I am not sure if that might create some other problem. |
The constraints are up to transformers-0.5.5:
Let's see if a small fix can make it work. |
I fixed the issue (#2741) we can make a revision on hackage. Is there a way to have a dependency in cabal file conditional on the version on another package? In this case we need to depend on |
No. That is what automatic cabal flags are for.
But these don't mix well with |
Since this is no longer required, I am closing this. |
cabal unpack streamly-0.10.1
cd streamly-0.10.1
cabal build -w ghc-9.6.5 --constraint='transformers == 0.5.6.2'
The text was updated successfully, but these errors were encountered: