docs
This commit is contained in:
parent
0cdbcb247b
commit
94a60350c8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user