Skip to content

Commit

Permalink
fix cut&pasto
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marlow committed May 20, 2007
1 parent 961e3a7 commit 73ca74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution/Verbosity.hs
Expand Up @@ -69,7 +69,7 @@ verbose = Verbose
-- Not only are we verbose ourselves (perhaps even noisier than when
-- being "verbose"), but we tell everything we run to be verbose too
deafening :: Verbosity
deafening = Verbose
deafening = Deafening

intToVerbosity :: Int -> Maybe Verbosity
intToVerbosity 0 = Just Silent
Expand Down

0 comments on commit 73ca74a

Please sign in to comment.