diff options
Diffstat (limited to 'compiler/GHC/Driver/Session.hs-boot')
-rw-r--r-- | compiler/GHC/Driver/Session.hs-boot | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/compiler/GHC/Driver/Session.hs-boot b/compiler/GHC/Driver/Session.hs-boot deleted file mode 100644 index d2125e4b9d..0000000000 --- a/compiler/GHC/Driver/Session.hs-boot +++ /dev/null @@ -1,12 +0,0 @@ -module GHC.Driver.Session where - -import GHC.Prelude -import GHC.Platform -import {-# SOURCE #-} GHC.Utils.Outputable - -data DynFlags - -targetPlatform :: DynFlags -> Platform -hasPprDebug :: DynFlags -> Bool -hasNoDebugOutput :: DynFlags -> Bool -initSDocContext :: DynFlags -> PprStyle -> SDocContext |