Skip to content

Commit 8bde0dd

Browse files
committed
update max supported ghc to <9.16
1 parent f6863c0 commit 8bde0dd

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
@@ -186,7 +186,7 @@ configureCompiler verbosity hcPath conf0 = do
186186
(userMaybeSpecifyPath "ghc" hcPath conf0)
187187

188188
-- Cabal currently supports GHC less than `maxGhcVersion`
189-
let maxGhcVersion = mkVersion [9, 14]
189+
let maxGhcVersion = mkVersion [9, 16]
190190
unless (ghcVersion < maxGhcVersion) $
191191
warn verbosity $
192192
"Unknown/unsupported 'ghc' version detected "

0 commit comments

Comments
 (0)