Skip to content

Commit bc0fb92

Browse files
authored
Merge pull request #9894 from haskell/mergify/bp/3.12/pr-9882
Update setupMinCabalVersionConstraint for GHC 9.10 (backport #9882)
2 parents b5ac2f7 + 192fa5a commit bc0fb92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cabal-install/src/Distribution/Client/ProjectPlanning.hs

+1
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,7 @@ planPackages
13691369
-- TODO: long-term, this compatibility matrix should be
13701370
-- stored as a field inside 'Distribution.Compiler.Compiler'
13711371
setupMinCabalVersionConstraint
1372+
| isGHC, compVer >= mkVersion [9, 10] = mkVersion [3, 12]
13721373
| isGHC, compVer >= mkVersion [9, 6] = mkVersion [3, 10]
13731374
| isGHC, compVer >= mkVersion [9, 4] = mkVersion [3, 8]
13741375
| isGHC, compVer >= mkVersion [9, 2] = mkVersion [3, 6]

0 commit comments

Comments
 (0)