cabal-version: 1.12
name: hexpat-conduit
description: conduit streaming for hexpat-streamparser
version: 0.0.1
maintainer: kristof@resonata.be
copyright: Kristof Bastiaensen 2020
license: BSD3
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/kuribas/hexpat-conduit
library
Ghc-options: -Wall
default-language: Haskell2010
exposed-modules:
Text.XML.Expat.StreamParser.Conduit
hs-source-dirs:
src
build-depends:
base >= 4.9 && < 5,
mtl >= 2.2 && < 2.3,
List >= 0.6 && < 0.7,
conduit >= 1.3.4,
hexpat >= 0.20 && < 0.21,
hexpat-streamparser == 0.1.3,
bytestring >= 0.10.0,
text > 1.2.0,
transformers >= 0.5 && < 0.6