Version: 1.20.0, Package name: happy-1.20.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 180.19 KB |
Version History (View Complete History) |
|
2021-02-25 20:31:14 by Greg Steuck | Files touched by this commit (3) |
Log message: Use devel/cabal module for devel/happy and upgrade to 1.20 Passes `make test` and produces a package good enough for ghc build. This is the first package to rely on cabal.port.mk module. ok kili |
2020-05-15 15:50:24 by Matthias Kilian | Files touched by this commit (4) |
Log message: Update to happy-0.19.10. From Greg Steuck. Thanks! In addition to Gregs diff, I also removed charset from WANTLIB (not used, test results with and without libcharset.so are identical). |
2019-09-30 06:51:25 by Matthias Kilian | Files touched by this commit (6) |
Log message: Adapt for ghc-8.6.4. Joint work with Greg Steuck. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-13 10:38:34 by Stuart Henderson | Files touched by this commit (9) |
Log message: sync WANTLIB |
2016-09-13 08:40:30 by Christian Weisgerber | Files touched by this commit (20) |
Log message: replace libiconv module |
2016-01-29 13:28:09 by Matthias Kilian | Files touched by this commit (46) |
Log message: Let portroach ignore ports on which meta/haskell-platform depends. Except lang/ghc for now (in case someone doesn't like my diff on ports@). |
2015-09-19 01:50:58 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to happy-1.19.5. |
2014-11-22 13:42:08 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to happy-1.19.4. |
2011-06-30 15:30:20 by Matthias Kilian | Files touched by this commit (10) |
Log message: Bump after ghc update. |
2011-04-23 14:22:31 by Matthias Kilian | Files touched by this commit (11) |
Log message: New distinfo after DIST_SUBDIR change in ghc.port.mk. |
2011-04-23 08:32:51 by Matthias Kilian | Files touched by this commit (43) |
Log message: Depend on and use mtl-2 from devel/hs-mtl. |
2011-04-11 08:45:16 by Matthias Kilian | Files touched by this commit (69) |
Log message: Bump after ghc update. |
2011-04-04 03:55:13 by Matthias Kilian | Files touched by this commit (2) |
Log message: Update to happy-1.18.6. |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-09-12 05:35:17 by Matthias Kilian | Files touched by this commit (2) |
Log message: Update to happy-1.18.5. |
2010-07-17 07:54:30 by Matthias Kilian | Files touched by this commit (12) |
Log message: Switch to REVISION and new WANTLIB/LIB_DEPENDS style. |
2010-06-30 09:41:02 by Matthias Kilian | Files touched by this commit (17) |
Log message: WANTLIB += pthread and bump PKGNAME. |
2010-06-15 11:59:24 by Matthias Kilian | Files touched by this commit (12) |
Log message: Add gmp and bump. |
2010-05-06 14:05:24 by Matthias Kilian | Files touched by this commit (12) |
Log message: Adjust WANTLIB and bump PKGNAME after the ghc change. |
2010-04-22 15:48:51 by Matthias Kilian | Files touched by this commit (4) |
Log message: Update to happy-1.18.4 |
2008-09-19 15:23:19 by Matthias Kilian | Files touched by this commit (1) |
Log message: Drop maintainership. |
2007-08-01 16:00:53 by Matthias Kilian | Files touched by this commit (1) |
Log message: Don't use runhaskell and unbreak for amd64. |
2007-07-22 06:24:46 by Matthias Kilian | Files touched by this commit (1) |
Log message: Fix HOMEPAGE (and this MASTER_SITES). Noticed by sturm@. No pkgbump, since it was initially broken. Sorry. |
2007-07-21 11:20:57 by Matthias Kilian | Files touched by this commit (6) |
Log message: Update to 1.16 to make it build with ghc-6.6.1. |
2007-05-04 03:56:02 by Bernd Ahlers | Files touched by this commit (3) |
Log message: Use xenocara expat. |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-11-20 06:07:20 by Marc Espie | Files touched by this commit (22) |
Log message: fix a few obviously wrong dependencies, and remove extra shells in ghc. |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-11-23 04:22:02 by Marc Espie | Files touched by this commit (43) |
Log message: WANTLIB markers |
2004-09-14 17:44:02 by Marc Espie | Files touched by this commit (206) |
Log message: switch to new plist, killing a few install scripts along the way. |
2004-08-10 02:23:37 by Xavier Santolaria | Files touched by this commit (10) |
Log message: MODULES= lang/ghc |
2004-05-16 21:39:53 by Don Stewart | Files touched by this commit (1) |
Log message: 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-04-22 21:00:07 by Don Stewart | Files touched by this commit (3) |
Log message: Let happy build on amd64. Update maintainer and add RCS tags. ok pvalchev@ avsm@ |
2004-04-17 12:36:48 by Anil Madhavapeddy | Files touched by this commit (4) |
Log message: update to happy-1.14 from maintainer Don Stewart <dons at cse.unsw.edu.au> |
2004-01-16 01:45:56 by Anil Madhavapeddy | Files touched by this commit (1) |
Log message: sparc support, from maintainer Don Stewart <dons at cse.unsw.edu.au> |
2003-07-30 19:19:16 by Anil Madhavapeddy | Files touched by this commit (2) |
Log message: Build happy docs from sgml source and other small cleanups From: Don Stewart <dons@cse.unsw.edu.au> |