Skip to content
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-bundler doesn't support GHC 9 #78

Closed
kozross opened this issue Feb 27, 2021 · 1 comment
Closed

cabal-bundler doesn't support GHC 9 #78

kozross opened this issue Feb 27, 2021 · 1 comment

Comments

@kozross
Copy link

kozross commented Feb 27, 2021

As per this CI breakage. More specifically:

[__0] trying: cabal-bundler-0.1 (user goal)
[__1] next goal: base (dependency of cabal-bundler)
[__1] rejecting: base-4.15.0.0/installed-4.15.0.0 (conflict: cabal-bundler =>
base^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0)
[__1] rejecting: base-4.14.1.0, base-4.14.0.0, base-4.13.0.0, base-4.12.0.0,
base-4.11.1.0, base-4.11.0.0, base-4.10.1.0, base-4.10.0.0, base-4.9.1.0,
base-4.9.0.0, base-4.8.2.0, base-4.8.1.0, base-4.8.0.0, base-4.7.0.2,
base-4.7.0.1, base-4.7.0.0, base-4.6.0.1, base-4.6.0.0, base-4.5.1.0,
base-4.5.0.0, base-4.4.1.0, base-4.4.0.0, base-4.3.1.0, base-4.3.0.0,
base-4.2.0.2, base-4.2.0.1, base-4.2.0.0, base-4.1.0.0, base-4.0.0.0,
base-3.0.3.2, base-3.0.3.1 (constraint from non-upgradeable package requires
installed instance)
[__1] fail (backjumping, conflict set: base, cabal-bundler)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, cabal-bundler
@phadej
Copy link
Owner

phadej commented Nov 15, 2021

This repository is not buildable with GHC-9.0 nor GHC-9.2, but if you build it with older GHCs, you can use it with newer ones. So far both 9.0 and 9.2 are broken, so I'm not in hurry supporting them. This will apply to future GHCs as well.

@phadej phadej closed this as completed Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants