diff options
Diffstat (limited to 'compiler/main/ErrUtils.lhs-boot')
-rw-r--r-- | compiler/main/ErrUtils.lhs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/ErrUtils.lhs-boot b/compiler/main/ErrUtils.lhs-boot index 6f4a373313..fc99c5afde 100644 --- a/compiler/main/ErrUtils.lhs-boot +++ b/compiler/main/ErrUtils.lhs-boot @@ -7,6 +7,7 @@ import SrcLoc (SrcSpan) data Severity = SevOutput | SevDump + | SevInteractive | SevInfo | SevWarning | SevError |