Rename GhcModLowLevel to GhcMod.Internal and document exposed items.
This commit is contained in:
16
Language/Haskell/GhcMod/Internal.hs
Normal file
16
Language/Haskell/GhcMod/Internal.hs
Normal file
@@ -0,0 +1,16 @@
|
||||
-- | Low level access to the ghc-mod library.
|
||||
|
||||
module Language.Haskell.GhcMod.Internal (
|
||||
-- * Low level access
|
||||
LogReader
|
||||
, GHCOption
|
||||
, initializeFlagsWithCradle
|
||||
, setTargetFile
|
||||
, checkSlowAndSet
|
||||
, getDynamicFlags
|
||||
) where
|
||||
|
||||
import Language.Haskell.GhcMod.ErrMsg
|
||||
import Language.Haskell.GhcMod.GHCApi
|
||||
import Language.Haskell.GhcMod.Types
|
||||
|
||||
Reference in New Issue
Block a user