We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6863c0 commit 8bde0ddCopy full SHA for 8bde0dd
Cabal/src/Distribution/Simple/GHC.hs
@@ -186,7 +186,7 @@ configureCompiler verbosity hcPath conf0 = do
186
(userMaybeSpecifyPath "ghc" hcPath conf0)
187
188
-- Cabal currently supports GHC less than `maxGhcVersion`
189
- let maxGhcVersion = mkVersion [9, 14]
+ let maxGhcVersion = mkVersion [9, 16]
190
unless (ghcVersion < maxGhcVersion) $
191
warn verbosity $
192
"Unknown/unsupported 'ghc' version detected "
0 commit comments