Cleanup and some fixes

This commit is contained in:
Daniel Gröber
2015-03-28 02:33:42 +01:00
parent 2a02742f9e
commit 80d91776c5
12 changed files with 94 additions and 52 deletions

View File

@@ -27,14 +27,14 @@ module Language.Haskell.GhcMod.Monad.Types (
, LightGhc(..)
, GmGhc
, IOish
-- ** Environment, state and logging
-- * Environment, state and logging
, GhcModEnv(..)
, GhcModState(..)
, defaultGhcModState
, GmGhcSession(..)
, GmComponent(..)
, CompilerMode(..)
-- ** Accessing 'GhcModEnv', 'GhcModState' and 'GhcModLog'
-- * Accessing 'GhcModEnv', 'GhcModState' and 'GhcModLog'
, GmLogLevel(..)
, GhcModLog(..)
, GhcModError(..)
@@ -46,7 +46,7 @@ module Language.Haskell.GhcMod.Monad.Types (
, withOptions
, getCompilerMode
, setCompilerMode
-- ** Re-exporting convenient stuff
-- * Re-exporting convenient stuff
, MonadIO
, liftIO
) where