try to fix Travis CI.

This commit is contained in:
Kazu Yamamoto 2014-08-20 11:59:44 +09:00
parent 9c15a502df
commit 190dc2ac51

View File

@ -13,7 +13,7 @@ data GhcModError = GMENoMsg
-- 'fail' calls on GhcModT. -- 'fail' calls on GhcModT.
| GMECabalConfigure { gmeMsg :: String } | GMECabalConfigure { gmeMsg :: String }
-- ^ Configuring a cabal project failed. -- ^ Configuring a cabal project failed.
deriving (Show) deriving (Eq,Show)
instance Error GhcModError where instance Error GhcModError where
noMsg = GMENoMsg noMsg = GMENoMsg