Skip to content

Commit

Permalink
fixup!: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored Dec 22, 2024
1 parent d24d38f commit c512943
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cabal/src/Distribution/Simple/GHC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ configure verbosity hcPath hcPkgPath conf0 = do
"Unknown/unsupported 'ghc' version detected "
++ "(Cabal "
++ prettyShow cabalVersion
++ " supports 'ghc' version < " ++ prettyShow maxGhcVersion ++ "): "
++ " supports 'ghc' version < "
++ prettyShow maxGhcVersion
++ "): "
++ programPath ghcProg
++ " is version "
++ prettyShow ghcVersion
Expand Down

0 comments on commit c512943

Please sign in to comment.