aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 05:46:01 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 05:46:01 +0800
commit1d120bd0be05a3249a909a827f036becc28776b0 (patch)
treee516d524fe93e4b3c072265cd6d0719c7358de4d /devel
parent3f4d6a7cbca3f31e56003984214044122f2f6b6a (diff)
downloadfreebsd-ports-gnome-1d120bd0be05a3249a909a827f036becc28776b0.tar.gz
freebsd-ports-gnome-1d120bd0be05a3249a909a827f036becc28776b0.tar.zst
freebsd-ports-gnome-1d120bd0be05a3249a909a827f036becc28776b0.zip
- Update to 1.18.9
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-happy/Makefile7
-rw-r--r--devel/hs-happy/distinfo4
-rw-r--r--devel/hs-happy/pkg-descr17
3 files changed, 7 insertions, 21 deletions
diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile
index be4c46a4c67c..5838c843509b 100644
--- a/devel/hs-happy/Makefile
+++ b/devel/hs-happy/Makefile
@@ -5,16 +5,15 @@
# $FreeBSD$
PORTNAME= happy
-PORTVERSION= 1.18.6
-PORTREVISION= 1
+PORTVERSION= 1.18.9
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= An LALR(1) parser generator for the functional language Haskell
+COMMENT= Happy is a parser generator for Haskell
LICENSE= BSD
-USE_CABAL= mtl
+USE_CABAL= mtl>=1.0
XMLDOCS= doc/happy:html
USE_AUTOTOOLS= autoconf:env
diff --git a/devel/hs-happy/distinfo b/devel/hs-happy/distinfo
index d46ec50c1e17..6c27872e5406 100644
--- a/devel/hs-happy/distinfo
+++ b/devel/hs-happy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/happy-1.18.6.tar.gz) = 840c8fb6b9795faa4fae3c3bf3fb28ad403bc6891002dc703007870823b7cd60
-SIZE (cabal/happy-1.18.6.tar.gz) = 158096
+SHA256 (cabal/happy-1.18.9.tar.gz) = 7d34c512b8aecbc135f6b4c43bc18044ff50ae6d5afdd0d2570228dccecb618a
+SIZE (cabal/happy-1.18.9.tar.gz) = 158476
diff --git a/devel/hs-happy/pkg-descr b/devel/hs-happy/pkg-descr
index 9e6a2e75a4c0..cbba78d92fad 100644
--- a/devel/hs-happy/pkg-descr
+++ b/devel/hs-happy/pkg-descr
@@ -1,16 +1,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.
+Happy is a parser generator system for Haskell.
-Happy is flexible: you can have several Happy parsers in the same
-program, and several entry points to a single grammar. Happy can work
-in conjunction with a lexical analyser supplied by the user (either
-hand-written or generated by another program), or it can parse a stream
-of characters directly (but this isn't practical in most cases).
-
-As of version 1.5, Happy is capable of parsing full Haskell. We have a
-Haskell parser that uses Happy, which will shortly be part of the
-library collection distributed with GHC.
-
-WWW: http://www.haskell.org/happy/
+WWW: http://www.haskell.org/happy/