summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/happy/README2
-rw-r--r--development/happy/happy.info2
2 files changed, 1 insertions, 3 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.
diff --git a/development/happy/happy.info b/development/happy/happy.info
index 0ae7b5b849..df7d0a24c9 100644
--- a/development/happy/happy.info
+++ b/development/happy/happy.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://hackage.haskell.org/packages/archive/happy/1.18.9/happy-1.18.9.
MD5SUM="aeb565fe572f979f15a24db0df2de37d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ghc haskell-mtl haskell-transformers"
+REQUIRES="ghc haskell-transformers haskell-mtl"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"