Put line-prefix'es on exceptions too

This commit is contained in:
Daniel Gröber
2015-08-14 05:57:33 +02:00
parent f998c63c73
commit 55bf578b87
4 changed files with 48 additions and 21 deletions

View File

@@ -53,6 +53,9 @@ module Language.Haskell.GhcMod.Internal (
, GmComponentType(..)
, GmModuleGraph(..)
, prepareCabalHelper
-- * Misc stuff
, GHandler(..)
, gcatches
) where
import GHC.Paths (libdir)