summaryrefslogtreecommitdiffstats
path: root/development/happy/README
diff options
context:
space:
mode:
author Erik Hanson2012-08-25 00:11:23 +0200
committer Erik Hanson2012-08-25 00:47:43 +0200
commit2c2c7bd742530baaa499d3f46cbe30dba32c5241 (patch)
tree87af0bd13d5801874bef7c8b3b8673f21e562edf /development/happy/README
parent7449fc5b74d2cd822e67051626b7bd7adb3f8a57 (diff)
downloadslackbuilds-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/README2
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.