summaryrefslogtreecommitdiff
path: root/compiler/main/ErrUtils.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/ErrUtils.hs-boot')
-rw-r--r--compiler/main/ErrUtils.hs-boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/ErrUtils.hs-boot b/compiler/main/ErrUtils.hs-boot
index 31edcc05ee..b991ec4958 100644
--- a/compiler/main/ErrUtils.hs-boot
+++ b/compiler/main/ErrUtils.hs-boot
@@ -16,3 +16,4 @@ data Severity
type MsgDoc = SDoc
mkLocMessage :: Severity -> SrcSpan -> MsgDoc -> MsgDoc
+mkLocMessageAnn :: Maybe String -> Severity -> SrcSpan -> MsgDoc -> MsgDoc