Cleanup loadTarget logic

This commit is contained in:
Daniel Gröber
2015-12-16 00:23:51 +01:00
parent d25908d3cb
commit 6de02ea470
5 changed files with 26 additions and 51 deletions

View File

@@ -17,7 +17,6 @@ module Language.Haskell.GhcMod.Internal (
-- * Environment, state and logging
, GhcModEnv(..)
, GhcModState
, CompilerMode(..)
, GhcModLog
, GmLog(..)
, GmLogLevel(..)
@@ -34,8 +33,6 @@ module Language.Haskell.GhcMod.Internal (
-- ** Accessing 'GhcModEnv' and 'GhcModState'
, options
, cradle
, getCompilerMode
, setCompilerMode
, targetGhcOptions
, withOptions
-- * 'GhcModError'