Skip to content

Commit d9aa52f

Browse files
authored
Merge pull request #9882 from ffaf1/test-from-step-six
Update setupMinCabalVersionConstraint for GHC 9.10
2 parents 00835c0 + ecb174d commit d9aa52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,7 @@ planPackages
13761376
-- TODO: long-term, this compatibility matrix should be
13771377
-- stored as a field inside 'Distribution.Compiler.Compiler'
13781378
setupMinCabalVersionConstraint
1379+
| isGHC, compVer >= mkVersion [9, 10] = mkVersion [3, 12]
13791380
| isGHC, compVer >= mkVersion [9, 6] = mkVersion [3, 10]
13801381
| isGHC, compVer >= mkVersion [9, 4] = mkVersion [3, 8]
13811382
| isGHC, compVer >= mkVersion [9, 2] = mkVersion [3, 6]

0 commit comments

Comments
 (0)