Skip to content

Commit

Permalink
Merge pull request #8290 from haskell/assert-warning
Browse files Browse the repository at this point in the history
Clarify assertionsEnabledMsg
  • Loading branch information
mergify[bot] committed Jul 16, 2022
2 parents 53dfd2c + af5308c commit 207d4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ warnIfAssertionsAreEnabled =
(\(_e :: AssertionFailed) -> putStrLn assertionsEnabledMsg)
where
assertionsEnabledMsg =
"Warning: this is a debug build with assertions enabled."
"Warning: this is a debug build of cabal-install with assertions enabled."

mainWorker :: [String] -> IO ()
mainWorker args = do
Expand Down

0 comments on commit 207d4ee

Please sign in to comment.