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

import GhcPrelude
import GHC.Platform
import {-# SOURCE #-} Outputable

data DynFlags

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