Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielG committed Nov 2, 2014
1 parent 0cdbcb2 commit 94a6035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Language/Haskell/GhcMod/Error.hs
Expand Up @@ -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
Expand Down

0 comments on commit 94a6035

Please sign in to comment.