summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Ppr.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Ppr.hs-boot')
-rw-r--r--compiler/GHC/Driver/Ppr.hs-boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Ppr.hs-boot b/compiler/GHC/Driver/Ppr.hs-boot
new file mode 100644
index 0000000000..a1f864bda8
--- /dev/null
+++ b/compiler/GHC/Driver/Ppr.hs-boot
@@ -0,0 +1,9 @@
+module GHC.Driver.Ppr where
+
+import GHC.Prelude
+import GHC.Stack
+import {-# SOURCE #-} GHC.Driver.Session
+import {-# SOURCE #-} GHC.Utils.Outputable
+
+showSDoc :: DynFlags -> SDoc -> String
+warnPprTrace :: HasCallStack => Bool -> String -> Int -> SDoc -> a -> a