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
139139 (userMaybeSpecifyPath " ghc" hcPath conf0)
140140 let implInfo = ghcVersionImplInfo ghcVersion
141141
142- -- Cabal currently supports ghc >= 7.0.1 && < 9.4
142+ -- Cabal currently supports ghc >= 7.0.1 && < 9.6
143143 -- ... and the following odd development version
144- unless (ghcVersion < mkVersion [9 ,4 ]) $
144+ unless (ghcVersion < mkVersion [9 ,6 ]) $
145145 warn verbosity $
146146 " Unknown/unsupported 'ghc' version detected "
147- ++ " (Cabal " ++ prettyShow cabalVersion ++ " supports 'ghc' version < 9.4 ): "
147+ ++ " (Cabal " ++ prettyShow cabalVersion ++ " supports 'ghc' version < 9.6 ): "
148148 ++ programPath ghcProg ++ " is version " ++ prettyShow ghcVersion
149149
150150 -- 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