Skip to content

Commit d3a338b

Browse files
committed
update max supported ghc to <9.16
1 parent 8f5ec4e commit d3a338b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/GHC.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ configure verbosity hcPath hcPkgPath conf0 = do
168168
let implInfo = ghcVersionImplInfo ghcVersion
169169

170170
-- Cabal currently supports GHC less than `maxGhcVersion`
171-
let maxGhcVersion = mkVersion [9, 14]
171+
let maxGhcVersion = mkVersion [9, 16]
172172
unless (ghcVersion < maxGhcVersion) $
173173
warn verbosity $
174174
"Unknown/unsupported 'ghc' version detected "

0 commit comments

Comments
 (0)