Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / main / ErrUtils.hi-boot-6
diff --git a/ghc/compiler/main/ErrUtils.hi-boot-6 b/ghc/compiler/main/ErrUtils.hi-boot-6
deleted file mode 100644 (file)
index fd98ca3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-module ErrUtils where
-
-data Severity
-  = SevInfo
-  | SevWarning
-  | SevError
-  | SevFatal
-
-type Message = Outputable.SDoc
-
-mkLocMessage :: SrcLoc.SrcSpan -> Message -> Message