-
Notifications
You must be signed in to change notification settings - Fork 805
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
hledger-* and base-compat #3706
Comments
Ack.. thank you, I will do a minor release to fix this soon. |
For users of old ghc, I added revision 1 restricting base-compat's upper bound to fix the build. |
I think that can also work |
…ll#3706) Revision 1 was good for cabal installers with old GHC, but bad for stackage nightly. This should fix the latter. I might continue this policy - use revisions to patch up the cabal install experience, but avoid them in stackage.
Great! I do that. #3737 |
Thanks. |
Due to the revision adding an upper bound on base-compat for hledger-* package the following constraints are unsatisfied
base-compat-0.10.1 (Simon Hengel [email protected] @sol) is out of bounds for:
hledger-lib-1.9 (Simon Michael [email protected] @simonmichael) is out of bounds for:
I will have to upper bound hledger packages until this is fixed, as upper bounding base-compat will harm many more packages.
The text was updated successfully, but these errors were encountered: