export minimum Monad stuff from GhcMod.

This commit is contained in:
Kazu Yamamoto
2014-07-18 15:31:42 +09:00
parent e1d9c3b881
commit 30ddd655cd
4 changed files with 25 additions and 12 deletions

View File

@@ -15,7 +15,12 @@ module Language.Haskell.GhcMod (
, GhcPkgDb
, Symbol
, SymbolDb
, module Language.Haskell.GhcMod.Monad
-- * Monad Types
, GhcModT
, IOish
-- * Monad utilities
, runGhcModT
, withOptions
-- * 'GhcMod' utilities
, boot
, browse