Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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).
 
        
        
        Packages
        
            
                | Name | 
                Version | 
                Release | 
                Type | 
                Size | 
                Built | 
            
            
                | happy | 
                1.16 | 
                2.fc6 | 
                ppc | 
                3.57 MiB | 
                Tue Apr 24 02:30:25 2007 | 
            
        
        Changelog
        
            - * Sun Mar 25 18:00:00 2007 Bryan O'Sullivan <bos{%}serpentine{*}com> - 1.16-2
 
            - fix a few style issues pointed out by Jens
 
        
            - * Fri Jan 19 17:00:00 2007 Bryan O'Sullivan <bos{%}serpentine{*}com> - 1.16-1
 
            - update to 1.16
- fix rpmlint warnings
 
        
            - * Fri Jan 21 17:00:00 2005 Jens Petersen <petersen{%}haskell{*}org> - 1.15-2
 
            - initial packaging based on spec file from tarball
- setup libdir for x86_64