name: xml-indexed-cursor version: 0.1.1.0 synopsis: Indexed XML cursors similar to 'Text.XML.Cursor' from xml-conduit description: Please see . homepage: https://github.com/cdepillabout/xml-indexed-cursor license: BSD3 license-file: LICENSE author: Dennis Gosnell maintainer: cdep.illabout@gmail.com copyright: 2017 Dennis Gosnell category: Text build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Text.XML.Cursor.Indexed build-depends: base >= 4.8 && < 5 , bytestring , containers , data-default , text , xml-conduit default-language: Haskell2010 ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction other-extensions: TemplateHaskell test-suite xml-indexed-cursor-doctest type: exitcode-stdio-1.0 main-is: DocTest.hs hs-source-dirs: test build-depends: base , doctest , Glob default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N test-suite xml-indexed-cursor-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test build-depends: base , bytestring , data-default , tasty , tasty-hunit , text , xml-conduit , xml-indexed-cursor default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction source-repository head type: git location: git@github.com:cdepillabout/xml-indexed-cursor.git