diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 17:11:23 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 17:47:43 -0500 |
commit | 2c2c7bd742530baaa499d3f46cbe30dba32c5241 (patch) | |
tree | 87af0bd13d5801874bef7c8b3b8673f21e562edf /development/happy/README | |
parent | 7449fc5b74d2cd822e67051626b7bd7adb3f8a57 (diff) | |
download | slackbuilds-2c2c7bd742530baaa499d3f46cbe30dba32c5241.tar.gz |
development/happy: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/happy/README')
-rw-r--r-- | development/happy/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/development/happy/README b/development/happy/README index b915a5ed57..a0eb24a822 100644 --- a/development/happy/README +++ b/development/happy/README @@ -2,5 +2,3 @@ Happy is a parser generator system for Haskell, similar to the tool `yacc' for C. Like `yacc', it takes a file containing an annotated BNF specification of a grammar and produces a Haskell module containing a parser for the grammar. - -This requires ghc and haskell-transformers, haskell-mtl. |