diff --git a/Language/Haskell/GhcMod/Types.hs b/Language/Haskell/GhcMod/Types.hs index 6f7dbe9..4f54aee 100644 --- a/Language/Haskell/GhcMod/Types.hs +++ b/Language/Haskell/GhcMod/Types.hs @@ -13,7 +13,7 @@ data GhcModError = GMENoMsg -- 'fail' calls on GhcModT. | GMECabalConfigure { gmeMsg :: String } -- ^ Configuring a cabal project failed. - deriving (Show) + deriving (Eq,Show) instance Error GhcModError where noMsg = GMENoMsg