make ghc-modi robust.
This commit is contained in:
@@ -8,6 +8,7 @@ module Language.Haskell.GhcMod.GHCApi (
|
||||
, setTargetFiles
|
||||
, addTargetFiles
|
||||
, getDynamicFlags
|
||||
, getSystemLibDir
|
||||
) where
|
||||
|
||||
import Control.Applicative
|
||||
|
||||
@@ -29,6 +29,8 @@ module Language.Haskell.GhcMod.Internal (
|
||||
, runAnyOne
|
||||
-- * 'GhcMonad' Choice
|
||||
, (|||>)
|
||||
-- * GHC
|
||||
, getSystemLibDir
|
||||
) where
|
||||
|
||||
import Language.Haskell.GhcMod.CabalApi
|
||||
|
||||
Reference in New Issue
Block a user