Expose GhcModError

This commit is contained in:
Daniel Gröber 2014-08-12 21:00:06 +02:00
parent 3dfd04c7fe
commit c4ae9bc589
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ module Language.Haskell.GhcMod (
-- * Monad Types
, GhcModT
, IOish
, GhcModError(..)
-- * Monad utilities
, runGhcModT
, withOptions