Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / main / ErrUtils.lhs-boot
diff --git a/ghc/compiler/main/ErrUtils.lhs-boot b/ghc/compiler/main/ErrUtils.lhs-boot
deleted file mode 100644 (file)
index 77d6cfd..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-\begin{code}
-module ErrUtils where
-
-import Outputable (SDoc)
-import SrcLoc (SrcSpan)
-
-data Severity
-  = SevInfo
-  | SevWarning
-  | SevError
-  | SevFatal
-
-type Message = SDoc
-
-mkLocMessage :: SrcSpan -> Message -> Message
-\end{code}