diff options
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. |