X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FErrUtils.lhs-boot;h=a4e1cab76bcc31cad6532610564bfaeb812eba2e;hp=77d6cfdb4abff112fd87b88767660f034e43ac5a;hb=c0687066474aa4ce4912f31a5c09c1bcd673fb06;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compiler/main/ErrUtils.lhs-boot b/compiler/main/ErrUtils.lhs-boot index 77d6cfd..a4e1cab 100644 --- a/compiler/main/ErrUtils.lhs-boot +++ b/compiler/main/ErrUtils.lhs-boot @@ -5,7 +5,8 @@ import Outputable (SDoc) import SrcLoc (SrcSpan) data Severity - = SevInfo + = SevOutput + | SevInfo | SevWarning | SevError | SevFatal