name: polyparse version: 1.11 id: polyparse-1.11-c0a3731549bd787d45cb331b608e4af5 license: LGPL copyright: maintainer: author stability: homepage: http://code.haskell.org/~malcolm/polyparse/ package-url: synopsis: A variety of alternative parser combinator libraries. description: A variety of alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings. category: Text, Parsing author: Malcolm Wallace exposed: True exposed-modules: Text.ParserCombinators.Poly.ByteString Text.ParserCombinators.Poly.ByteStringChar Text.Parse.ByteString Text.ParserCombinators.Poly.Text Text.ParserCombinators.Poly.StateText Text.ParserCombinators.HuttonMeijer Text.ParserCombinators.HuttonMeijerWallace Text.ParserCombinators.Poly Text.ParserCombinators.Poly.Base Text.ParserCombinators.Poly.Result Text.ParserCombinators.Poly.Parser Text.ParserCombinators.Poly.Plain Text.ParserCombinators.Poly.Lazy Text.ParserCombinators.Poly.StateParser Text.ParserCombinators.Poly.State Text.ParserCombinators.Poly.StateLazy Text.ParserCombinators.Poly.Lex Text.Parse hidden-modules: trusted: False import-dirs: ${pkgroot}/polyparse-1.11 library-dirs: ${pkgroot}/polyparse-1.11 hs-libraries: HSpolyparse-1.11 extra-libraries: extra-ghci-libraries: include-dirs: includes: depends: base-4.6.0.1-b4caa1d18c332900c72bf5d231dded4f bytestring-0.10.0.2-16133d2f96923727c37c1a16ec3a036e text-1.2.1.1-dfe8e53d4186af3b408416fba06e6c9c hugs-options: cc-options: ld-options: framework-dirs: frameworks: haddock-interfaces: ${pkgroot}/../../share/doc/ghc-7.6/html/polyparse.haddock haddock-html: ${pkgroot}/../../share/doc/ghc-7.6/html