File tree 1 file changed +3
-3
lines changed
Cabal/src/Distribution/Simple 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,12 +140,12 @@ configure verbosity hcPath hcPkgPath conf0 = do
140
140
(userMaybeSpecifyPath " ghc" hcPath conf0)
141
141
let implInfo = ghcVersionImplInfo ghcVersion
142
142
143
- -- Cabal currently supports ghc >= 7.0.1 && < 9.6
143
+ -- Cabal currently supports ghc >= 7.0.1 && < 9.8
144
144
-- ... and the following odd development version
145
- unless (ghcVersion < mkVersion [9 ,6 ]) $
145
+ unless (ghcVersion < mkVersion [9 ,8 ]) $
146
146
warn verbosity $
147
147
" Unknown/unsupported 'ghc' version detected "
148
- ++ " (Cabal " ++ prettyShow cabalVersion ++ " supports 'ghc' version < 9.6 ): "
148
+ ++ " (Cabal " ++ prettyShow cabalVersion ++ " supports 'ghc' version < 9.8 ): "
149
149
++ programPath ghcProg ++ " is version " ++ prettyShow ghcVersion
150
150
151
151
-- This is slightly tricky, we have to configure ghc first, then we use the
You can’t perform that action at this time.
0 commit comments