diff options
author | Neil Mitchell <ndmitchell@gmail.com> | 2019-05-14 07:41:32 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-05-31 01:59:24 -0400 |
commit | f071576cf4a58de101e00c6e854e66acb8cc3e67 (patch) | |
tree | b91fedcdd2ee66b4f2cb7b0ed0d17bd0682906ea | |
parent | 284cca51f07c70c03ce602c963e22acf7333180b (diff) | |
download | haskell-f071576cf4a58de101e00c6e854e66acb8cc3e67.tar.gz |
Expose doCpp
-rw-r--r-- | compiler/main/DriverPipeline.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs index d2814b71f2..59eb10ffd0 100644 --- a/compiler/main/DriverPipeline.hs +++ b/compiler/main/DriverPipeline.hs @@ -29,6 +29,7 @@ module DriverPipeline ( hscPostBackendPhase, getLocation, setModLocation, setDynFlags, runPhase, exeFileName, maybeCreateManifest, + doCpp, linkingNeeded, checkLinkInfo, writeInterfaceOnlyMode ) where |