name: xml-query-xml-conduit version: 0.3 synopsis: A binding for the "xml-query" and "xml-conduit" libraries category: Data, XML, Parsing homepage: https://github.com/sannsyn/xml-query-xml-conduit bug-reports: https://github.com/sannsyn/xml-query-xml-conduit/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2015, Sannsyn AS license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/sannsyn/xml-query-xml-conduit.git library hs-source-dirs: library default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 other-modules: exposed-modules: XMLQuery.XMLConduit build-depends: xml-query >= 0.9 && < 0.10, xml-query-xml-types >= 0.4 && < 0.5, xml-types >= 0.3.6 && < 0.4, xml-conduit >= 1.3 && < 1.4, text >= 1 && < 2, -- base-prelude >= 0.1.19 && < 0.2