diff options
Diffstat (limited to 'compiler/utils/Outputable.hs-boot')
-rw-r--r-- | compiler/utils/Outputable.hs-boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/utils/Outputable.hs-boot b/compiler/utils/Outputable.hs-boot index 980c186889..ad7d091833 100644 --- a/compiler/utils/Outputable.hs-boot +++ b/compiler/utils/Outputable.hs-boot @@ -1,5 +1,7 @@ module Outputable where +import GhcPrelude + data SDoc showSDocUnsafe :: SDoc -> String |