Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/happy,
LALR(1) parser generator for the functional language Haskell
Branch: CURRENT,
Version: 1.19.5,
Package name: happy-1.19.5,
Maintainer: esgHappy 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 (but this isn't practical in most
cases).
Required to run:[
wip/ghc] [
devel/hs-mtl]
Master sites:
SHA1: 60323f24b6c0863393fb02ec0347dfe6f9fb0779
RMD160: 31895a6e6bcf1eeae2e5949cc5ca49d84094ae89
Filesize: 155.547 KB
Version history: (Expand)
- (2015-01-09) Package deleted from pkgsrc
- (2015-01-08) Updated to version: happy-1.19.5
- (2014-07-10) Updated to version: happy-1.19.4
- (2013-11-30) Updated to version: happy-1.19.2
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
CVS history: (Expand)
2015-01-08 12:53:16 by Ryosuke Moro | Files touched by this commit (9) | |
Log message:
Remove happy, imported to pkgsrc/devel.
|
2015-01-07 14:20:55 by Ryosuke Moro | Files touched by this commit (4) |
Log message:
Update to 1.19.5
CHANGES:
1.19.5
* fixes for GHC 7.10
* Code cleanups (thanks Index Int <vlad.z.4096@gmail.com>)
|
2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2014-07-09 21:23:25 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 1.19.4
CHANGES:
1.19.4
* fix for GHC 7.10 (Applicative/Monad, #19, #21)
1.19.3
* fix for GHC 7.2 (#16)
|
2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112) |
Log message:
Remove hs-mtl, imported to pkgsrc/devel
|
2013-11-28 14:23:46 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 1.19.2
CHANGES:
1.19.2
* fixes for clang (XCode 5)
|
2013-11-12 11:00:26 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 1.19.1
CHANGES:
1.19.1
- repackaged to build with GHC 7.7+
|
2013-09-17 23:15:04 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 1.19
changelog:
1.19
* necessary changes to work with GHC 7.8
1.18.11
- Avoid triggering GHC's -fwarn-lazy-unlifted-bindings
- Merge branch 'master' of github.com:simonmar/happy
Get rid of warnings in Setup.lhs
Turn on -Wall (and remove defaulting warning) and cleanup warnings
Corrected section "Using Happy with GHCi"
- tests/Makefile: fix precious files
Avoids rerunning part of passed tests.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
- tests/Makefile: switch to explicit package imports
To avoid collisions like:
monaderror.agc.hs:6:8:
Ambiguous module name `Control.Monad.Error':
it was found in multiple packages:
monads-tf-0.1.0.1 monads-fd-0.2.0.0 mtl-2.1.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|