summaryrefslogtreecommitdiffstats
path: root/haskell/happy/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/happy/DETAILS')
-rwxr-xr-xhaskell/happy/DETAILS4
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/happy/DETAILS b/haskell/happy/DETAILS
index a685e2fa2a..ba75c35a30 100755
--- a/haskell/happy/DETAILS
+++ b/haskell/happy/DETAILS
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
ENTERED=20110326
SHORT="Happy is a parser generator for Haskell"
cat << EOF
-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
+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.
Happy is flexible: you can have several Happy parsers in the same program,