| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | GPG Public Key | HomePage |
| Name: happy | Distribution: Aleksey Nogin's RPMs <http://nogin.org/RPM/> |
| Version: 1.17 | Vendor: Aleksey Nogin <rpm(at)nogin.org> |
| Release: 1.el5 | Build date: Wed Aug 27 13:35:06 2008 |
| Group: Development/Languages/Haskell | Build host: dangle.hrl.com |
| Size: 1473393 | Source RPM: happy-1.17-1.el5.src.rpm |
| Packager: Aleksey Nogin <rpm(at)nogin.org> | |
| Url: http://haskell.org/happy/ | |
| Summary: 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 (but this isn't practical in most
cases).
Authors:
--------
Simon Marlow <simonmar@microsoft.com>
Andy Gill <andy@galconn.com>
BSD-like
internal MD5: b00e927c7d00d513d762e3f14920456b
GPG
* Tue Aug 26 2008 Aleksey Nogin <rpm(at)nogin.org> 1.17-1 - Compiled on RHEL 5
/usr/bin/happy /usr/share/doc/happy-1.17 /usr/share/doc/happy-1.17/ANNOUNCE /usr/share/doc/happy-1.17/CHANGES /usr/share/doc/happy-1.17/LICENSE /usr/share/doc/happy-1.17/README /usr/share/doc/happy-1.17/TODO /usr/share/doc/happy-1.17/examples /usr/share/doc/happy-1.17/examples/Calc.ly /usr/share/doc/happy-1.17/examples/DavesExample.ly /usr/share/doc/happy-1.17/examples/ErlParser.ly /usr/share/doc/happy-1.17/examples/ErrorTest.ly /usr/share/doc/happy-1.17/examples/LexerTest.ly /usr/share/doc/happy-1.17/examples/MonadTest.ly /usr/share/doc/happy-1.17/examples/PgnParser.ly /usr/share/doc/happy-1.17/examples/README /usr/share/doc/happy-1.17/examples/SimonsExample.ly /usr/share/doc/happy-1.17/examples/glr /usr/share/doc/happy-1.17/examples/glr/Makefile /usr/share/doc/happy-1.17/examples/glr/Makefile.defs /usr/share/doc/happy-1.17/examples/glr/bio-eg /usr/share/doc/happy-1.17/examples/glr/bio-eg/1-1200.dna /usr/share/doc/happy-1.17/examples/glr/bio-eg/1-600.dna /usr/share/doc/happy-1.17/examples/glr/bio-eg/Bio.y /usr/share/doc/happy-1.17/examples/glr/bio-eg/Main.lhs /usr/share/doc/happy-1.17/examples/glr/bio-eg/Makefile /usr/share/doc/happy-1.17/examples/glr/bio-eg/README /usr/share/doc/happy-1.17/examples/glr/common /usr/share/doc/happy-1.17/examples/glr/common/DV_lhs /usr/share/doc/happy-1.17/examples/glr/common/DaVinciTypes.hs /usr/share/doc/happy-1.17/examples/glr/expr-eval /usr/share/doc/happy-1.17/examples/glr/expr-eval/Expr.y /usr/share/doc/happy-1.17/examples/glr/expr-eval/Hugs.lhs /usr/share/doc/happy-1.17/examples/glr/expr-eval/Main.lhs /usr/share/doc/happy-1.17/examples/glr/expr-eval/Makefile /usr/share/doc/happy-1.17/examples/glr/expr-eval/README /usr/share/doc/happy-1.17/examples/glr/expr-monad /usr/share/doc/happy-1.17/examples/glr/expr-monad/Expr.y /usr/share/doc/happy-1.17/examples/glr/expr-monad/Hugs.lhs /usr/share/doc/happy-1.17/examples/glr/expr-monad/Main.lhs /usr/share/doc/happy-1.17/examples/glr/expr-monad/Makefile /usr/share/doc/happy-1.17/examples/glr/expr-monad/README /usr/share/doc/happy-1.17/examples/glr/expr-tree /usr/share/doc/happy-1.17/examples/glr/expr-tree/Expr.y /usr/share/doc/happy-1.17/examples/glr/expr-tree/Hugs.lhs /usr/share/doc/happy-1.17/examples/glr/expr-tree/Main.lhs /usr/share/doc/happy-1.17/examples/glr/expr-tree/Makefile /usr/share/doc/happy-1.17/examples/glr/expr-tree/README /usr/share/doc/happy-1.17/examples/glr/expr-tree/Tree.lhs /usr/share/doc/happy-1.17/examples/glr/hidden-leftrec /usr/share/doc/happy-1.17/examples/glr/hidden-leftrec/Expr.y /usr/share/doc/happy-1.17/examples/glr/hidden-leftrec/Hugs.lhs /usr/share/doc/happy-1.17/examples/glr/hidden-leftrec/Main.lhs /usr/share/doc/happy-1.17/examples/glr/hidden-leftrec/Makefile /usr/share/doc/happy-1.17/examples/glr/hidden-leftrec/README /usr/share/doc/happy-1.17/examples/glr/highly-ambiguous /usr/share/doc/happy-1.17/examples/glr/highly-ambiguous/Expr.y /usr/share/doc/happy-1.17/examples/glr/highly-ambiguous/Hugs.lhs /usr/share/doc/happy-1.17/examples/glr/highly-ambiguous/Main.lhs /usr/share/doc/happy-1.17/examples/glr/highly-ambiguous/Makefile /usr/share/doc/happy-1.17/examples/glr/highly-ambiguous/README /usr/share/doc/happy-1.17/examples/glr/nlp /usr/share/doc/happy-1.17/examples/glr/nlp/English.y /usr/share/doc/happy-1.17/examples/glr/nlp/Hugs.lhs /usr/share/doc/happy-1.17/examples/glr/nlp/Main.lhs /usr/share/doc/happy-1.17/examples/glr/nlp/Makefile /usr/share/doc/happy-1.17/examples/glr/nlp/README /usr/share/doc/happy-1.17/examples/glr/packing /usr/share/doc/happy-1.17/examples/glr/packing/Expr.y /usr/share/doc/happy-1.17/examples/glr/packing/Hugs.lhs /usr/share/doc/happy-1.17/examples/glr/packing/Main.lhs /usr/share/doc/happy-1.17/examples/glr/packing/Makefile /usr/share/doc/happy-1.17/examples/glr/packing/README /usr/share/doc/happy-1.17/examples/igloo /usr/share/doc/happy-1.17/examples/igloo/Foo.hs /usr/share/doc/happy-1.17/examples/igloo/Lexer.hs /usr/share/doc/happy-1.17/examples/igloo/Lexer.x /usr/share/doc/happy-1.17/examples/igloo/Makefile /usr/share/doc/happy-1.17/examples/igloo/Parser.hs /usr/share/doc/happy-1.17/examples/igloo/Parser.y /usr/share/doc/happy-1.17/examples/igloo/ParserM.hs /usr/share/doc/happy-1.17/examples/igloo/README /usr/share/doc/happy-1.17/happy /usr/share/doc/happy-1.17/happy/fptools.css /usr/share/doc/happy-1.17/happy/happy-introduction.html /usr/share/doc/happy-1.17/happy/index.html /usr/share/doc/happy-1.17/happy/ix01.html /usr/share/doc/happy-1.17/happy/sec-AtrributeGrammarsInHappy.html /usr/share/doc/happy-1.17/happy/sec-AttrGrammarLimits.html /usr/share/doc/happy-1.17/happy/sec-AttributeGrammar.html /usr/share/doc/happy-1.17/happy/sec-AttributeGrammarExample.html /usr/share/doc/happy-1.17/happy/sec-Precedences.html /usr/share/doc/happy-1.17/happy/sec-compilation-time.html /usr/share/doc/happy-1.17/happy/sec-conflict-tips.html /usr/share/doc/happy-1.17/happy/sec-directives.html /usr/share/doc/happy-1.17/happy/sec-error.html /usr/share/doc/happy-1.17/happy/sec-finding-errors.html /usr/share/doc/happy-1.17/happy/sec-glr-misc.html /usr/share/doc/happy-1.17/happy/sec-glr-semantics.html /usr/share/doc/happy-1.17/happy/sec-glr-using.html /usr/share/doc/happy-1.17/happy/sec-glr.html /usr/share/doc/happy-1.17/happy/sec-grammar-files.html /usr/share/doc/happy-1.17/happy/sec-grammar.html /usr/share/doc/happy-1.17/happy/sec-happy-ghci.html /usr/share/doc/happy-1.17/happy/sec-info-files.html /usr/share/doc/happy-1.17/happy/sec-invoking.html /usr/share/doc/happy-1.17/happy/sec-license.html /usr/share/doc/happy-1.17/happy/sec-module-header.html /usr/share/doc/happy-1.17/happy/sec-module-trailer.html /usr/share/doc/happy-1.17/happy/sec-monads.html /usr/share/doc/happy-1.17/happy/sec-multiple-parsers.html /usr/share/doc/happy-1.17/happy/sec-obtaining.html /usr/share/doc/happy-1.17/happy/sec-reporting-bugs.html /usr/share/doc/happy-1.17/happy/sec-sequences.html /usr/share/doc/happy-1.17/happy/sec-tips.html /usr/share/doc/happy-1.17/happy/sec-type-signatures.html /usr/share/doc/happy-1.17/happy/sec-using.html /usr/share/happy-1.17 /usr/share/happy-1.17/GLR_Base /usr/share/happy-1.17/GLR_Lib /usr/share/happy-1.17/GLR_Lib-ghc /usr/share/happy-1.17/GLR_Lib-ghc-debug /usr/share/happy-1.17/HappyTemplate /usr/share/happy-1.17/HappyTemplate-arrays /usr/share/happy-1.17/HappyTemplate-arrays-coerce /usr/share/happy-1.17/HappyTemplate-arrays-coerce-debug /usr/share/happy-1.17/HappyTemplate-arrays-debug /usr/share/happy-1.17/HappyTemplate-arrays-ghc /usr/share/happy-1.17/HappyTemplate-arrays-ghc-debug /usr/share/happy-1.17/HappyTemplate-coerce /usr/share/happy-1.17/HappyTemplate-ghc
Generated by rpm2html 1.9.2
Aleksey Nogin, Wed Nov 19 04:02:08 2008