try to fix Travis CI.
This commit is contained in:
parent
9c15a502df
commit
190dc2ac51
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user