Commit Graph

17 Commits

Author SHA1 Message Date
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