Add explicit export list (#806)

* Add explicit export lists in some places

* Add another explicit export
This commit is contained in:
Neil Mitchell 2019-04-30 21:08:36 +01:00 committed by GitHub
parent 70524321ad
commit 3f6eabadf3

View File

@ -11,7 +11,7 @@
-- * Call runGhc, use runGhcFast instead. It's faster and doesn't require config we don't have.
--
-- * Call setSessionDynFlags, use modifyDynFlags instead. It's faster and avoids loading packages.
module Development.IDE.UtilGHC where
module Development.IDE.UtilGHC(module Development.IDE.UtilGHC) where
import "ghc-lib-parser" Config
import qualified "ghc-lib-parser" CmdLineParser as Cmd (warnMsg)