This commit is contained in:
Daniel Gröber 2014-11-02 21:43:49 +01:00
parent 0cdbcb247b
commit 94a60350c8

View File

@ -30,8 +30,9 @@ data GhcModError = GMENoMsg
-- ^ Launching an operating system process failed. The first -- ^ Launching an operating system process failed. The first
-- field is the command. -- field is the command.
| GMENoCabalFile | GMENoCabalFile
-- ^ No cabal file found.
| GMETooManyCabalFiles [FilePath] | GMETooManyCabalFiles [FilePath]
-- ^ No or too many cabal files found. -- ^ Too many cabal files found.
deriving (Eq,Show,Typeable) deriving (Eq,Show,Typeable)
instance Exception GhcModError instance Exception GhcModError