Skip to content
Snippets Groups Projects
Unverified Commit ee32274f authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9932 from haskell/mergify/bp/3.12/pr-9928

Support GHC 9.12 (backport #9928)
parents 71f69492 464e7a76
No related branches found
No related tags found
No related merge requests found
......@@ -161,14 +161,14 @@ configure verbosity hcPath hcPkgPath conf0 = do
(userMaybeSpecifyPath "ghc" hcPath conf0)
let implInfo = ghcVersionImplInfo ghcVersion
-- Cabal currently supports ghc >= 7.0.1 && < 9.10
-- Cabal currently supports ghc >= 7.0.1 && < 9.12
-- ... and the following odd development version
unless (ghcVersion < mkVersion [9, 10]) $
unless (ghcVersion < mkVersion [9, 12]) $
warn verbosity $
"Unknown/unsupported 'ghc' version detected "
++ "(Cabal "
++ prettyShow cabalVersion
++ " supports 'ghc' version < 9.10): "
++ " supports 'ghc' version < 9.12): "
++ programPath ghcProg
++ " is version "
++ prettyShow ghcVersion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment