aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 21:46:01 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 21:46:01 +0000
commit0d0ba2d68714611f1d35f3a6116169ca4376dbbd (patch)
tree31b4bd5ba0d78b11f49d70139d0dc3c15f302010 /devel
parent6e5f13d01b2f7e406a5ce54d7e3fe5db70d0af6f (diff)
downloadports-0d0ba2d68714611f1d35f3a6116169ca4376dbbd.tar.gz
ports-0d0ba2d68714611f1d35f3a6116169ca4376dbbd.zip
Notes
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/