summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Session.hs-boot
blob: 509535ba71b58273b7d45d037027c040bc81066d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module GHC.Driver.Session where

import GHC.Prelude
import GHC.Platform
import {-# SOURCE #-} GHC.Utils.Outputable

data DynFlags

targetPlatform           :: DynFlags -> Platform
pprUserLength            :: DynFlags -> Int
unsafeGlobalDynFlags     :: DynFlags
hasPprDebug              :: DynFlags -> Bool
hasNoDebugOutput         :: DynFlags -> Bool
initSDocContext          :: DynFlags -> PprStyle -> SDocContext