name: xml-conduit-decode
version: 1.0.0.0
synopsis: Historical cursors & decoding on top of xml-conduit.
description: Created in the sprit of scalaz-xml.
homepage: https://github.com/benkolera/xml-conduit-decode
license: MIT
license-file: LICENSE
author: Ben Kolera
maintainer: ben.kolera@gmail.com
category: XML
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: git://git@github.com/benkolera/xml-conduit-decode.git
library
exposed-modules: Text.XML.Decode
, Text.XML.Decode.HCursor
, Text.XML.Decode.Time
, Text.XML.Decode.DecodeCursor
, Text.XML.Decode.Parsers
build-depends: base >= 4.4 && < 5
, bifunctors >= 5.2 && < 6
, lens >= 4.1 && < 5
, semigroups >= 0.18 && < 1
, text >= 0.11 && < 1.3
, time >= 1.5 && < 2
, xml-conduit >= 1.3 && < 2
hs-source-dirs: src
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: tests
main-is: Main.hs
build-depends: base >= 4.4 && < 5
, data-default
, lens
, text
, tasty
, tasty-hunit
, time
, xml-conduit
, xml-conduit-decode
, xml-types