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

enable cabal-install-3.6 #6719

Merged
merged 1 commit into from
Sep 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3107,7 +3107,7 @@ packages:

"Mikhail Glushenkov <[email protected]> @23Skidoo":
# - Cabal # take the one that ships with GHC
- cabal-install
- cabal-install < 3.8
- pointful

"Lennart Kolmodin <[email protected]> @kolmodin":
Expand Down Expand Up @@ -5972,10 +5972,6 @@ packages:
- bzlib < 0 # tried bzlib-0.5.1.0, but its *library* requires base >=4.3 && < 4.16 and the snapshot contains base-4.16.3.0
- bzlib < 0 # tried bzlib-0.5.1.0, but its *library* requires bytestring ==0.9.* || ==0.10.* and the snapshot contains bytestring-0.11.3.1
- cabal-flatpak < 0 # tried cabal-flatpak-0.1.0.3, but its *executable* requires the disabled package: cabal-plan
- cabal-install < 0 # tried cabal-install-3.6.2.0, but its *executable* requires HTTP >=4000.1.5 && < 4000.4 and the snapshot contains HTTP-4000.4.1
- cabal-install < 0 # tried cabal-install-3.6.2.0, but its *executable* requires base >=4.8 && < 4.15 and the snapshot contains base-4.16.3.0
- cabal-install < 0 # tried cabal-install-3.6.2.0, but its *executable* requires hashable >=1.0 && < 1.4 and the snapshot contains hashable-1.4.0.2
- cabal-install < 0 # tried cabal-install-3.6.2.0, but its *executable* requires time >=1.5.0.1 && < 1.11 and the snapshot contains time-1.11.1.1
- cabal-plan < 0 # tried cabal-plan-0.7.2.1, but its *executable* requires optparse-applicative ^>=0.16.0.0 and the snapshot contains optparse-applicative-0.17.0.0
- captcha-2captcha < 0 # tried captcha-2captcha-0.1.0.0, but its *library* requires aeson >=1.5.6 && < 1.6 and the snapshot contains aeson-2.0.3.0
- captcha-2captcha < 0 # tried captcha-2captcha-0.1.0.0, but its *library* requires bytestring >=0.10.12.0 && < 0.11 and the snapshot contains bytestring-0.11.3.1
Expand Down