diff --git a/Cabal/src/Distribution/Simple/GHC.hs b/Cabal/src/Distribution/Simple/GHC.hs index 6548c166d4f..593bf4e9119 100644 --- a/Cabal/src/Distribution/Simple/GHC.hs +++ b/Cabal/src/Distribution/Simple/GHC.hs @@ -186,7 +186,7 @@ configureCompiler verbosity hcPath conf0 = do (userMaybeSpecifyPath "ghc" hcPath conf0) -- Cabal currently supports GHC less than `maxGhcVersion` - let maxGhcVersion = mkVersion [9, 14] + let maxGhcVersion = mkVersion [9, 16] unless (ghcVersion < maxGhcVersion) $ warn verbosity $ "Unknown/unsupported 'ghc' version detected "