Tweaked some messages and added more badcases

This commit is contained in:
Vidar Holen 2012-11-04 21:44:48 -08:00
commit 67d27ea42d
22 changed files with 60 additions and 16 deletions

View file

@ -14,7 +14,7 @@ ansi n = "\x1B[" ++ (show n) ++ "m"
colorForLevel "error" = 31 -- red
colorForLevel "warning" = 33 -- yellow
colorForLevel "info" = 33 -- yellow
colorForLevel "style" = 31 -- green
colorForLevel "style" = 32 -- green
colorForLevel "message" = 1 -- bold
colorForLevel "source" = 0 -- none
colorForLevel _ = 0 -- none