Skip to content

Expose doCpp

Neil Mitchell requested to merge ndmitchell/ghc:patch-1 into master

When trying to support CPP in an existing Haskell IDE based on the GHC API I needed to invoke CPP just like GHC does it. I was able to copy/paste the code, but having the doCpp primitive exposed by the API is a better way to go.

Merge request reports