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 b650e8e commit b313bddCopy full SHA for b313bdd
Cabal/src/Distribution/Simple/GHC.hs
@@ -163,8 +163,7 @@ configure verbosity hcPath hcPkgPath conf0 = do
163
(userMaybeSpecifyPath "ghc" hcPath conf0)
164
let implInfo = ghcVersionImplInfo ghcVersion
165
166
- -- Cabal currently supports GHC up to `maxGhcVersion`
167
- -- ... and the following odd development version
+ -- Cabal currently supports GHC less than `maxGhcVersion`
168
let maxGhcVersion = mkVersion [9, 14]
169
unless (ghcVersion < maxGhcVersion) $
170
warn verbosity $
0 commit comments