mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-17 23:22:04 +03:00
Add explicit export list (#806)
* Add explicit export lists in some places * Add another explicit export
This commit is contained in:
parent
70524321ad
commit
3f6eabadf3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user