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 @@ -164,14 +164,14 @@ configure verbosity hcPath hcPkgPath conf0 = do
164
164
(userMaybeSpecifyPath " ghc" hcPath conf0)
165
165
let implInfo = ghcVersionImplInfo ghcVersion
166
166
167
- -- Cabal currently supports ghc >= 7.0.1 && < 9.12
167
+ -- Cabal currently supports ghc >= 7.0.1 && < 9.14
168
168
-- ... and the following odd development version
169
- unless (ghcVersion < mkVersion [9 , 12 ]) $
169
+ unless (ghcVersion < mkVersion [9 , 14 ]) $
170
170
warn verbosity $
171
171
" Unknown/unsupported 'ghc' version detected "
172
172
++ " (Cabal "
173
173
++ prettyShow cabalVersion
174
- ++ " supports 'ghc' version < 9.12 ): "
174
+ ++ " supports 'ghc' version < 9.14 ): "
175
175
++ programPath ghcProg
176
176
++ " is version "
177
177
++ prettyShow ghcVersion
You can’t perform that action at this time.
0 commit comments