This commit is contained in:
Daniel Gröber 2014-11-02 21:43:49 +01:00
parent 0cdbcb247b
commit 94a60350c8
1 changed files with 2 additions and 1 deletions

View File

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