Skip to content

Commit 60ca73c

Browse files
committed
Bump numbers in setupMinCabalVersionConstraint
1 parent 7567d4b commit 60ca73c

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
@@ -1200,6 +1200,7 @@ planPackages verbosity comp platform solver SolverSettings{..}
12001200
-- TODO: long-term, this compatibility matrix should be
12011201
-- stored as a field inside 'Distribution.Compiler.Compiler'
12021202
setupMinCabalVersionConstraint
1203+
| isGHC, compVer >= mkVersion [9,4] = mkVersion [3,8]
12031204
| isGHC, compVer >= mkVersion [9,2] = mkVersion [3,6]
12041205
| isGHC, compVer >= mkVersion [9,0] = mkVersion [3,4]
12051206
| isGHC, compVer >= mkVersion [8,10] = mkVersion [3,2]

0 commit comments

Comments
 (0)