name: sax version: 0.1.0.0 x-revision: 1 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE maintainer: denis.redozubov@gmail.com synopsis: Monadic streaming XML parser description: Fast monadic streaming XML parser. It feels and looks like any other parser combinators library. To make it more performant it uses continuations under the hood. category: Text author: Denis Redozubov extra-source-files: ChangeLog.md library exposed-modules: SAX.Streaming SAX build-depends: base >=4.9 && <4.11, deepseq -any, bytestring -any, mtl -any, streaming -any, text -any, xeno -any default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall -funbox-strict-fields test-suite xeno-test type: exitcode-stdio-1.0 main-is: Main.hs build-depends: base -any, sax -any, hspec -any, bytestring -any default-language: Haskell2010 hs-source-dirs: test ghc-options: -Wall