Refactor SrcLoc and SrcSpan
[ghc-hetmet.git] / compiler / main / ErrUtils.lhs-boot
index 77d6cfd..a4e1cab 100644 (file)
@@ -5,7 +5,8 @@ import Outputable (SDoc)
 import SrcLoc (SrcSpan)
 
 data Severity
-  = SevInfo
+  = SevOutput
+  | SevInfo
   | SevWarning
   | SevError
   | SevFatal