sax-0.1.0.0: sax.cabal
name: sax
version: 0.1.0.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: denis.redozubov@gmail.com
synopsis: Monadic streaming parser based on xeno xml parsing library
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