Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/Simple/GHC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ configureCompiler verbosity hcPath conf0 = do
-- Cabal currently supports GHC less than `maxGhcVersion`
let maxGhcVersion = mkVersion [9, 16]
unless (ghcVersion < maxGhcVersion) $
warn verbosity $
info verbosity $
"Unknown/unsupported 'ghc' version detected "
++ "(Cabal "
++ prettyShow cabalVersion
Expand Down
8 changes: 8 additions & 0 deletions changelog.d/pr-11514.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
synopsis: Change unsupported ghc version warning to info
packages: Cabal
prs: #11514
issues: #9734

description: {
The warning "Unknown/unsupported 'ghc' version detected (Cabal 3.12.1.0 supports 'ghc' version < 9.12): /usr/bin/ghc-9.12.3 is version 9.12.3" is now only shown at Info level of verbosity.
}
Loading