diff options
Diffstat (limited to 'compiler/GHC/Driver/Ppr.hs-boot')
-rw-r--r-- | compiler/GHC/Driver/Ppr.hs-boot | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/GHC/Driver/Ppr.hs-boot b/compiler/GHC/Driver/Ppr.hs-boot deleted file mode 100644 index 58f812d6d8..0000000000 --- a/compiler/GHC/Driver/Ppr.hs-boot +++ /dev/null @@ -1,9 +0,0 @@ -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 -> SDoc -> a -> a |