make ghc-modi robust.

This commit is contained in:
Kazu Yamamoto
2014-03-20 17:40:06 +09:00
parent ebc1499d13
commit d0a10277bf
3 changed files with 20 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ module Language.Haskell.GhcMod.GHCApi (
, setTargetFiles
, addTargetFiles
, getDynamicFlags
, getSystemLibDir
) where
import Control.Applicative

View File

@@ -29,6 +29,8 @@ module Language.Haskell.GhcMod.Internal (
, runAnyOne
-- * 'GhcMonad' Choice
, (|||>)
-- * GHC
, getSystemLibDir
) where
import Language.Haskell.GhcMod.CabalApi