The LALR(1) Parser Generator for Haskell

Edit Package happy

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
Andy Gill

Refresh
Refresh
Source Files
Filename Size Changed
happy-1.19.9.tar.gz 0000179328 175 KB
happy.cabal 0000004667 4.56 KB
happy.changes 0000006068 5.93 KB
happy.spec 0000002400 2.34 KB
Revision 16 (latest revision is 30)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 623903 from Peter Simons's avatar Peter Simons (psimons) (revision 16)
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.

- Another tweak for SLE 12
  * use plain make to build documentation

- Fix build on SLE 12 SP 3
  * configure in doc directory chokes on
    --disable-dependency-tracking

- temporary disable tests
- update to 1.19.5
* strict version requirement by Haskell Platform
* Code cleanups (thanks Index Int <vlad.z.4096@gmail.com>)
- change licence to BSD-2-Clause
* fixed upstream
- spec file cleanup and reformatting by OBS service
- fixed license tag
- make service localonly for Factory submission
- update to 1.18.10 from upstream for Haskell Platform 2012.4.0.0
- dropped BuildRequires xmltex (not needed)
- update to 1.18.9 from upstream for Haskell Platform 2012.2.0.0
- patch file added
- build, install and package man page
- BR autoconf explicitly
- Added ghc-mtl-devel BR
- Initial packaging.
Comments 0
openSUSE Build Service is sponsored by