name: parsec-trace version: 0.0.0.2 synopsis: Add a hierarchical trace to Parsec parsers. description: Manages a tree tracing the hierarchical run of successful parsers in the Parsec user state. homepage: http://github.com/sleepomeno/parsec-trace#readme license: MIT license-file: LICENSE author: Gregor Riegler maintainer: gregor.riegler@gmail.com copyright: 2015 Gregor Riegler category: Parsing build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Text.Parsec.Trace.Tree build-depends: base >= 4.7 && < 5, parsec, containers, mtl default-language: Haskell2010 source-repository head type: git location: https://github.com/sleepomeno/parsec-trace