docs: Move GhcModError to right export category in Monad.hs

This commit is contained in:
Daniel Gröber 2014-08-21 04:14:32 +02:00
parent fa6d3faec2
commit 42c0e8f913

View File

@ -15,10 +15,10 @@ module Language.Haskell.GhcMod (
, GhcPkgDb , GhcPkgDb
, Symbol , Symbol
, SymbolDb , SymbolDb
, GhcModError(..)
-- * Monad Types -- * Monad Types
, GhcModT , GhcModT
, IOish , IOish
, GhcModError(..)
-- * Monad utilities -- * Monad utilities
, runGhcModT , runGhcModT
, withOptions , withOptions