diff options
Diffstat (limited to 'compiler/main/ErrUtils.hi-boot-6')
-rw-r--r-- | compiler/main/ErrUtils.hi-boot-6 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/compiler/main/ErrUtils.hi-boot-6 b/compiler/main/ErrUtils.hi-boot-6 deleted file mode 100644 index fd98ca3950..0000000000 --- a/compiler/main/ErrUtils.hi-boot-6 +++ /dev/null @@ -1,11 +0,0 @@ -module ErrUtils where - -data Severity - = SevInfo - | SevWarning - | SevError - | SevFatal - -type Message = Outputable.SDoc - -mkLocMessage :: SrcLoc.SrcSpan -> Message -> Message |