summaryrefslogtreecommitdiffstats
path: root/development/happy/README
diff options
context:
space:
mode:
author Mikko Värri2011-01-09 18:54:38 +0100
committer Robby Workman2011-01-10 22:04:46 +0100
commitf3063c815cd0f5efd7b824326ba17e337b911331 (patch)
tree99d2657ddbee976e468505fea162af5797c6b2c2 /development/happy/README
parent7e2d1a208429edba37865e8101b1d32528aec92e (diff)
downloadold.slackbuilds-f3063c815cd0f5efd7b824326ba17e337b911331.tar.gz
development/happy: Updated for version 1.18.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/happy/README')
-rw-r--r--development/happy/README4
1 files changed, 1 insertions, 3 deletions
diff --git a/development/happy/README b/development/happy/README
index 75c3d14a4e..b915a5ed57 100644
--- a/development/happy/README
+++ b/development/happy/README
@@ -1,8 +1,6 @@
-happy (Parser generator for Haskell)
-
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-mtl.
+This requires ghc and haskell-transformers, haskell-mtl.