happy: Happy is a parser generator for Haskell

[ bsd2, development, program ] [ Propose Tags ]
This version is deprecated.

Flags

Automatic Flags
NameDescriptionDefault
small_base

Choose the new smaller, split-up base package.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.16, 1.17, 1.18, 1.18.1, 1.18.2, 1.18.4, 1.18.5, 1.18.6, 1.18.7, 1.18.8, 1.18.9, 1.18.10, 1.18.11, 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.19.5, 1.19.6, 1.19.7, 1.19.8, 1.19.9, 1.19.10, 1.19.11, 1.19.12, 1.20.0, 1.20.1, 1.20.1.1, 1.21.0 (info)
Change log CHANGES
Dependencies array, base (>=1.0 && <4.3), containers, haskell98 (>=1.0), mtl (>=1.0) [details]
License BSD-3-Clause
Copyright (c) Andy Gill, Simon Marlow
Author Andy Gill and Simon Marlow
Maintainer Simon Marlow <simonmar@microsoft.com>
Revised Revision 1 made by HerbertValerioRiedel at 2014-12-23T15:36:19Z
Category Development
Home page http://www.haskell.org/happy/
Uploaded by SimonMarlow at 2007-10-26T14:50:43Z
Distributions Arch:1.20.1.1, Debian:1.19.12, Fedora:1.20.1.1, FreeBSD:1.19.5, LTSHaskell:1.20.1.1, NixOS:1.20.1.1, Stackage:1.20.1.1, openSUSE:1.20.1.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables happy
Downloads 191342 total (364 in the last 30 days)
Rating 1.25 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-12 [all 7 reports]

Readme for happy-1.17

[back to package description]
This is Happy version 1.16, a parser generator for Haskell 98.

WWW:	http://www.haskell.org/happy/

Complete documentation can be found in the directory 'doc', in
DocBook XML format.  To format the documentation, the DocBook-Tools
suite (see http://www.http://sourceware.cygnus.com/docbook-tools/)
provides all the bits & pieces you need.  Alternatively, pre-formatted
documentation is available from Happy's homepage (URL above).

The directory 'examples' contains some example parsers that use Happy.

For information on copying and distributing this program, see the file
LICENSE in this directory.

Bug reports should be sent to simonmar@microsoft.com.

Happy Parsing!

Simon.