@hackage happy1.19.0

Happy is a parser generator for Haskell

Happy is a parser generator for Haskell. Given a grammar specification in BNF, Happy generates Haskell code to parse the grammar. Happy works in a similar way to the yacc tool for C.

Changes in 1.19:

  • necessary changes to work with GHC 7.8