File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cabal-install/Distribution/Client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1039,7 +1039,7 @@ planPackages verbosity comp platform solver SolverSettings{..}
1039
1039
-- respective major Cabal version bundled with the respective GHC
1040
1040
-- release).
1041
1041
--
1042
- -- GHC 8.4 needs Cabal >= 2.2
1042
+ -- GHC 8.4 needs Cabal >= 2.1 (GHC 8.4.1-rc1 has Cabal-2.1)
1043
1043
-- GHC 8.2 needs Cabal >= 2.0
1044
1044
-- GHC 8.0 needs Cabal >= 1.24
1045
1045
-- GHC 7.10 needs Cabal >= 1.22
@@ -1050,7 +1050,7 @@ planPackages verbosity comp platform solver SolverSettings{..}
1050
1050
-- TODO: long-term, this compatibility matrix should be
1051
1051
-- stored as a field inside 'Distribution.Compiler.Compiler'
1052
1052
setupMinCabalVersionConstraint
1053
- | isGHC, compVer >= mkVersion [8 ,4 ] = mkVersion [2 ,2 ]
1053
+ | isGHC, compVer >= mkVersion [8 ,4 ] = mkVersion [2 ,1 ]
1054
1054
| isGHC, compVer >= mkVersion [8 ,2 ] = mkVersion [2 ,0 ]
1055
1055
| isGHC, compVer >= mkVersion [8 ,0 ] = mkVersion [1 ,24 ]
1056
1056
| isGHC, compVer >= mkVersion [7 ,10 ] = mkVersion [1 ,22 ]
You can’t perform that action at this time.
0 commit comments