diff --git a/Language/Haskell/GhcMod/Error.hs b/Language/Haskell/GhcMod/Error.hs index 7f7cdc7..9fa2b80 100644 --- a/Language/Haskell/GhcMod/Error.hs +++ b/Language/Haskell/GhcMod/Error.hs @@ -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