summaryrefslogtreecommitdiffstats
path: root/development/happy/README
diff options
context:
space:
mode:
author Mikko Varri <vmj@linuxbox.fi>2010-05-13 00:57:54 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:57:54 +0200
commitb32ef8faabe0777a324c1559dcff39e22d8be909 (patch)
tree9b6ef27bed67d9f3df6c08063cc89f9edbcae22c /development/happy/README
parent15dbc485b096d4d796e9b10103be6befe4c8e1fc (diff)
downloadslackbuilds-b32ef8faabe0777a324c1559dcff39e22d8be909.tar.gz
slackbuilds-b32ef8faabe0777a324c1559dcff39e22d8be909.tar.xz
development/happy: Added to 13.0 repository
Diffstat (limited to 'development/happy/README')
-rw-r--r--development/happy/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/happy/README b/development/happy/README
new file mode 100644
index 0000000000..75c3d14a4e
--- /dev/null
+++ b/development/happy/README
@@ -0,0 +1,8 @@
+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.