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