Commit Graph

35 Commits

Author SHA1 Message Date
kili
7eb2711b9b Add comments to ports which meta/haskell-platform depends on, to
stop other people wasting time on updates which should not be done.

ian@ ran into this (while working on devel/hs-aeson and
textproc/hs-attoparsec), and even I didn't notice before trying to
build all Haskell ports (including meta/haskell-platform) with his
diffs.
2014-06-19 18:58:01 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
kili
b6566aa227 Update to happy-1.18.10. 2012-12-02 20:29:17 +00:00
dcoppa
b2ed9a9bac Fix fallout of haskell ports, now that devel/gmp is no more a
dependency for ghc - devel category

ok kili@
2012-10-11 13:31:28 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
kili
3320e0cba3 Update to happy-1.18.9. 2012-09-02 20:10:36 +00:00
kili
8adaf6aee2 Bump after ghc update. 2011-06-30 21:30:20 +00:00
kili
ab954ec4cf New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 20:22:13 +00:00
kili
67047fb4b8 Depend on and use mtl-2 from devel/hs-mtl. 2011-04-23 14:32:50 +00:00
kili
f20fe3fa2a Bump after ghc update. 2011-04-11 14:45:14 +00:00
kili
8ff19ba080 Update to happy-1.18.6. 2011-04-04 09:55:13 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
kili
6eeefc9034 Update to happy-1.18.5. 2010-09-12 11:35:17 +00:00
kili
65b2bee750 Switch to REVISION and new WANTLIB/LIB_DEPENDS style. 2010-07-17 13:54:30 +00:00
kili
f19ee7273f WANTLIB += pthread and bump PKGNAME. 2010-06-30 15:41:01 +00:00
kili
73f62484da Add gmp and bump. 2010-06-15 17:59:24 +00:00
kili
e07d5ae83f Adjust WANTLIB and bump PKGNAME after the ghc change. 2010-05-06 20:05:24 +00:00
kili
1c040e0918 Update to happy-1.18.4 2010-04-22 21:48:51 +00:00
kili
e10743c96c Drop maintainership. 2008-09-19 21:19:15 +00:00
kili
219c83615d Don't use runhaskell and unbreak for amd64. 2007-08-01 21:59:55 +00:00
kili
f286a31e66 Fix HOMEPAGE (and this MASTER_SITES).
Noticed by sturm@.
No pkgbump, since it was initially broken. Sorry.
2007-07-22 12:24:46 +00:00
kili
e82a340efb Update to 1.16 to make it build with ghc-6.6.1. 2007-07-21 17:20:57 +00:00
bernd
b02de5639c Use xenocara expat. 2007-05-04 09:56:02 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
espie
b75dec414c fix a few obviously wrong dependencies, and remove extra shells in ghc. 2006-11-20 13:07:19 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
espie
6bec6cc34b WANTLIB markers 2004-11-23 11:22:00 +00:00
espie
f28f2a833d switch to new plist, killing a few install scripts along the way. 2004-09-14 23:43:54 +00:00
xsa
e4b48bd042 MODULES= lang/ghc 2004-08-10 08:23:36 +00:00
dons
2419ed30f2 Fix configure to handle both amd64-* and x86_64-*. Either could be
produced depending on which config.sub we are using.

pointed out by me and naddy@
ok naddy@ pvalchev@
2004-05-17 03:38:51 +00:00
dons
94f931f2da Let happy build on amd64.
Update maintainer and add RCS tags.

ok pvalchev@ avsm@
2004-04-23 03:00:07 +00:00
avsm
091d85becb update to happy-1.14
from maintainer Don Stewart <dons at cse.unsw.edu.au>
2004-04-17 18:36:48 +00:00
avsm
0d7c6fc041 sparc support, from maintainer Don Stewart <dons at cse.unsw.edu.au> 2004-01-16 08:45:33 +00:00
avsm
ad25795170 Build happy docs from sgml source and other small cleanups
From: Don Stewart <dons@cse.unsw.edu.au>
2003-07-31 01:19:16 +00:00
avsm
a184708e4f initial import of happy-1.13, from Don Stewart <dons at cse.unsw.edu.au>
with minor tweaks by me.

--
Happy - The LALR(1) 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.

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.
2003-07-23 19:09:34 +00:00