try to fix Travis CI.

This commit is contained in:
Kazu Yamamoto 2014-08-20 11:59:44 +09:00
parent 9c15a502df
commit 190dc2ac51
1 changed files with 1 additions and 1 deletions

View File

@ -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