Export GhcModError(..)

This commit is contained in:
Daniel Gröber 2014-08-06 20:40:11 +02:00
parent b978e1fd01
commit fad99f466f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ module Language.Haskell.GhcMod.Monad (
, defaultState
, CompilerMode(..)
, GhcModLog
, GhcModError(..)
-- * Monad utilities
, runGhcModT
, runGhcModT'