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 8f5ec4e commit d3a338bCopy full SHA for d3a338b
Cabal/src/Distribution/Simple/GHC.hs
@@ -168,7 +168,7 @@ configure verbosity hcPath hcPkgPath conf0 = do
168
let implInfo = ghcVersionImplInfo ghcVersion
169
170
-- Cabal currently supports GHC less than `maxGhcVersion`
171
- let maxGhcVersion = mkVersion [9, 14]
+ let maxGhcVersion = mkVersion [9, 16]
172
unless (ghcVersion < maxGhcVersion) $
173
warn verbosity $
174
"Unknown/unsupported 'ghc' version detected "
0 commit comments