name: parsec version: 3.1.9 id: parsec-3.1.9-daf9b0bf2aa91c1add331aba60e054dc license: BSD3 copyright: maintainer: Antoine Latter stability: homepage: https://github.com/aslatter/parsec package-url: synopsis: Monadic parser combinators description: Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries, good error messages, and is fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. category: Parsing author: Daan Leijen , Paolo Martini exposed: True exposed-modules: Text.Parsec Text.Parsec.String Text.Parsec.ByteString Text.Parsec.ByteString.Lazy Text.Parsec.Text Text.Parsec.Text.Lazy Text.Parsec.Pos Text.Parsec.Error Text.Parsec.Prim Text.Parsec.Char Text.Parsec.Combinator Text.Parsec.Token Text.Parsec.Expr Text.Parsec.Language Text.Parsec.Perm Text.ParserCombinators.Parsec Text.ParserCombinators.Parsec.Char Text.ParserCombinators.Parsec.Combinator Text.ParserCombinators.Parsec.Error Text.ParserCombinators.Parsec.Expr Text.ParserCombinators.Parsec.Language Text.ParserCombinators.Parsec.Perm Text.ParserCombinators.Parsec.Pos Text.ParserCombinators.Parsec.Prim Text.ParserCombinators.Parsec.Token hidden-modules: trusted: False import-dirs: ${pkgroot}/parsec-3.1.9 library-dirs: ${pkgroot}/parsec-3.1.9 hs-libraries: HSparsec-3.1.9 extra-libraries: extra-ghci-libraries: include-dirs: includes: depends: base-4.6.0.1-b4caa1d18c332900c72bf5d231dded4f bytestring-0.10.0.2-16133d2f96923727c37c1a16ec3a036e mtl-2.2.1-d277229950abbcfaa3a2aaa597c060e4 text-1.2.1.1-dfe8e53d4186af3b408416fba06e6c9c hugs-options: cc-options: ld-options: framework-dirs: frameworks: haddock-interfaces: ${pkgroot}/../../share/doc/ghc-7.6/html/parsec.haddock haddock-html: ${pkgroot}/../../share/doc/ghc-7.6/html