File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Cabal/src/Distribution/Simple Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,14 +162,14 @@ configure verbosity hcPath hcPkgPath conf0 = do
162
162
(userMaybeSpecifyPath " ghc" hcPath conf0)
163
163
let implInfo = ghcVersionImplInfo ghcVersion
164
164
165
- -- Cabal currently supports ghc >= 7.0.1 && < 9.10
165
+ -- Cabal currently supports ghc >= 7.0.1 && < 9.12
166
166
-- ... and the following odd development version
167
- unless (ghcVersion < mkVersion [9 , 10 ]) $
167
+ unless (ghcVersion < mkVersion [9 , 12 ]) $
168
168
warn verbosity $
169
169
" Unknown/unsupported 'ghc' version detected "
170
170
++ " (Cabal "
171
171
++ prettyShow cabalVersion
172
- ++ " supports 'ghc' version < 9.10 ): "
172
+ ++ " supports 'ghc' version < 9.12 ): "
173
173
++ programPath ghcProg
174
174
++ " is version "
175
175
++ prettyShow ghcVersion
You can’t perform that action at this time.
0 commit comments