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

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

data DynFlags

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