Skip to content

Commit 19ef31d

Browse files
gbazmergify[bot]
authored andcommitted
bump known ghc versions in cabal library
1 parent 2e9af5b commit 19ef31d

File tree

1 file changed

+3
-3
lines changed
  • Cabal/src/Distribution/Simple

1 file changed

+3
-3
lines changed

Cabal/src/Distribution/Simple/GHC.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)