cabal-version: >=1.10 -- Initial package description 'xml-conduit-selectors.cabal' generated by -- 'cabal init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: xml-conduit-selectors version: 0.2.0.2 synopsis: jQuery-style CSS selectors for xml-conduit description: Parse jQuery-style CSS selectors into xml-conduit Axis -- bug-reports: license: BSD3 license-file: LICENSE author: Tobias Dammers maintainer: tdammers@gmail.com copyright: Tobias Dammers 2021 category: Data build-type: Simple extra-source-files: CHANGELOG.md , README.md library exposed-modules: Text.XML.Selectors , Text.XML.Selectors.Types , Text.XML.Selectors.ToAxis , Text.XML.Selectors.Parsers.JQ build-depends: base >=4.12 && <5 , containers >=0.6.4.1 && <0.7 , megaparsec >=9.0 && <9.3 , text >=1.2.3.1 && <2.1 , xml-conduit >=1.9.0 hs-source-dirs: src default-language: Haskell2010 test-suite xml-conduit-selectors-tests main-is: Main.hs other-modules: Text.XML.Selectors.Tests build-depends: base >=4.12 && <5 , containers >=0.6.4.1 && <0.7 , xml-conduit-selectors , data-default >=0.7.1.1 && <0.8 , tasty >=1.4.1 && <1.5 , tasty-quickcheck , tasty-hunit , text >=1.2.3.1 && <2.1 , xml-conduit hs-source-dirs: test default-language: Haskell2010 type: exitcode-stdio-1.0 -- vim: ts=2 sw=2 expandtab