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
1 changed files with 1 additions and 1 deletions

View File

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