Skip to content

Commit b313bdd

Browse files
committed
fixup!
1 parent b650e8e commit b313bdd

File tree

1 file changed

+1
-2
lines changed
  • Cabal/src/Distribution/Simple

1 file changed

+1
-2
lines changed

Cabal/src/Distribution/Simple/GHC.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ configure verbosity hcPath hcPkgPath conf0 = do
163163
(userMaybeSpecifyPath "ghc" hcPath conf0)
164164
let implInfo = ghcVersionImplInfo ghcVersion
165165

166-
-- Cabal currently supports GHC up to `maxGhcVersion`
167-
-- ... and the following odd development version
166+
-- Cabal currently supports GHC less than `maxGhcVersion`
168167
let maxGhcVersion = mkVersion [9, 14]
169168
unless (ghcVersion < maxGhcVersion) $
170169
warn verbosity $

0 commit comments

Comments
 (0)