diff options
Diffstat (limited to 'compiler/main/ErrUtils.hs-boot')
-rw-r--r-- | compiler/main/ErrUtils.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/ErrUtils.hs-boot b/compiler/main/ErrUtils.hs-boot index bbbf74e197..6f180af546 100644 --- a/compiler/main/ErrUtils.hs-boot +++ b/compiler/main/ErrUtils.hs-boot @@ -1,5 +1,6 @@ module ErrUtils where +import GhcPrelude import Outputable (SDoc, PrintUnqualified ) import SrcLoc (SrcSpan) import Json |