Skip to content

Commit 207d4ee

Browse files
authored
Merge pull request #8290 from haskell/assert-warning
Clarify assertionsEnabledMsg
2 parents 53dfd2c + af5308c commit 207d4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/main/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ warnIfAssertionsAreEnabled =
195195
(\(_e :: AssertionFailed) -> putStrLn assertionsEnabledMsg)
196196
where
197197
assertionsEnabledMsg =
198-
"Warning: this is a debug build with assertions enabled."
198+
"Warning: this is a debug build of cabal-install with assertions enabled."
199199

200200
mainWorker :: [String] -> IO ()
201201
mainWorker args = do

0 commit comments

Comments
 (0)