Hello!
BNFC-meta 0.6.1 has been released.
The library [1,2] allows you to define simple parsers inside your source files using BNF-like formalism by the way of Template Haskell. A couple of small example applications are hosted here [3]. Details are described in the Haskell '11 paper [4] (preprint [5]).
Compared with the previous release, support for recent GHCs is added. Also a minor problem with spaces after closing parenthesis in pretty-printer is fixed courtesy GitHub user @mbuszka.
--
Cheers, Artem