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 @@ -139,12 +139,12 @@ configure verbosity hcPath hcPkgPath conf0 = do
139
139
(userMaybeSpecifyPath " ghc" hcPath conf0)
140
140
let implInfo = ghcVersionImplInfo ghcVersion
141
141
142
- -- Cabal currently supports ghc >= 7.0.1 && < 9.4
142
+ -- Cabal currently supports ghc >= 7.0.1 && < 9.6
143
143
-- ... and the following odd development version
144
- unless (ghcVersion < mkVersion [9 ,4 ]) $
144
+ unless (ghcVersion < mkVersion [9 ,6 ]) $
145
145
warn verbosity $
146
146
" Unknown/unsupported 'ghc' version detected "
147
- ++ " (Cabal " ++ prettyShow cabalVersion ++ " supports 'ghc' version < 9.4 ): "
147
+ ++ " (Cabal " ++ prettyShow cabalVersion ++ " supports 'ghc' version < 9.6 ): "
148
148
++ programPath ghcProg ++ " is version " ++ prettyShow ghcVersion
149
149
150
150
-- 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