From 3f6eabadf3f8fb227d48f71ad6e17fdb30682cb0 Mon Sep 17 00:00:00 2001 From: Neil Mitchell <35463327+neil-da@users.noreply.github.com> Date: Tue, 30 Apr 2019 21:08:36 +0100 Subject: [PATCH] Add explicit export list (#806) * Add explicit export lists in some places * Add another explicit export --- src/Development/IDE/UtilGHC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Development/IDE/UtilGHC.hs b/src/Development/IDE/UtilGHC.hs index b98c4e71..3196c261 100644 --- a/src/Development/IDE/UtilGHC.hs +++ b/src/Development/IDE/UtilGHC.hs @@ -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)