summaryrefslogtreecommitdiffstats
path: root/development/happy/README
diff options
context:
space:
mode:
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.