Cabal revisions of req-conduit-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: req-conduit-version: 1.0.0-cabal-version: >= 1.18-tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2-license: BSD3-license-file: LICENSE.md-author: Mark Karpov <markkarpov92@gmail.com>, Michael Snoyman <michael@snoyman.com>-maintainer: Mark Karpov <markkarpov92@gmail.com>-homepage: https://github.com/mrkkrp/req-conduit-bug-reports: https://github.com/mrkkrp/req-conduit/issues-category: Network, Web, Conduit-synopsis: Conduit helpers for the req HTTP client library-build-type: Simple-description: Conduit helpers for the req HTTP client library.-extra-doc-files: CHANGELOG.md- , README.md--source-repository head- type: git- location: https://github.com/mrkkrp/req-conduit.git--flag dev- description: Turn on development settings.- manual: True- default: False--library- build-depends: base >= 4.8 && < 5.0- , bytestring >= 0.2 && < 0.11- , conduit >= 1.2.8 && < 1.3- , http-client >= 0.5 && < 0.6- , req >= 1.0 && < 2.0- , resourcet >= 1.1 && < 1.2- , transformers >= 0.4 && < 0.6- exposed-modules: Network.HTTP.Req.Conduit- if flag(dev)- ghc-options: -Wall -Werror- else- ghc-options: -O2 -Wall- default-language: Haskell2010--test-suite httpbin-tests- main-is: Spec.hs- other-modules: Network.HTTP.Req.ConduitSpec- hs-source-dirs: httpbin-tests- type: exitcode-stdio-1.0- build-depends: base >= 4.8 && < 5.0- , bytestring >= 0.2 && < 0.11- , conduit >= 1.2.8 && < 1.3- , conduit-extra >= 1.1.10 && < 1.3- , hspec >= 2.0 && < 3.0- , req >= 1.0 && < 2.0- , req-conduit- , resourcet >= 1.1 && < 1.2- , temporary >= 1.1 && < 1.3- , transformers >= 0.4 && < 0.6- if flag(dev)- ghc-options: -Wall -Werror- else- ghc-options: -O2 -Wall- default-language: Haskell2010--benchmark weigh-bench- main-is: Main.hs- hs-source-dirs: weigh-bench- type: exitcode-stdio-1.0- build-depends: base >= 4.8 && < 5.0- , bytestring >= 0.2 && < 0.11- , conduit >= 1.2.8 && < 1.3- , conduit-extra >= 1.1.10 && < 1.3- , req >= 1.0 && < 2.0- , req-conduit- , resourcet >= 1.1 && < 1.2- , temporary >= 1.1 && < 1.3- , weigh >= 0.0.4- if flag(dev)- ghc-options: -O2 -Wall -Werror- else- ghc-options: -O2 -Wall- default-language: Haskell2010+name: req-conduit +version: 1.0.0 +x-revision: 1 +cabal-version: >= 1.18 +tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 +license: BSD3 +license-file: LICENSE.md +author: Mark Karpov <markkarpov92@gmail.com>, Michael Snoyman <michael@snoyman.com> +maintainer: Mark Karpov <markkarpov92@gmail.com> +homepage: https://github.com/mrkkrp/req-conduit +bug-reports: https://github.com/mrkkrp/req-conduit/issues +category: Network, Web, Conduit +synopsis: Conduit helpers for the req HTTP client library +build-type: Simple +description: Conduit helpers for the req HTTP client library. +extra-doc-files: CHANGELOG.md + , README.md + +source-repository head + type: git + location: https://github.com/mrkkrp/req-conduit.git + +flag dev + description: Turn on development settings. + manual: True + default: False + +library + build-depends: base >= 4.8 && < 5.0 + , bytestring >= 0.2 && < 0.11 + , conduit >= 1.2.8 && < 1.4 + , http-client >= 0.5 && < 0.6 + , req >= 1.0 && < 2.0 + , resourcet >= 1.1 && < 1.2 + , transformers >= 0.4 && < 0.6 + exposed-modules: Network.HTTP.Req.Conduit + if flag(dev) + ghc-options: -Wall -Werror + else + ghc-options: -O2 -Wall + default-language: Haskell2010 + +test-suite httpbin-tests + main-is: Spec.hs + other-modules: Network.HTTP.Req.ConduitSpec + hs-source-dirs: httpbin-tests + type: exitcode-stdio-1.0 + build-depends: base >= 4.8 && < 5.0 + , bytestring >= 0.2 && < 0.11 + , conduit >= 1.2.8 && < 1.4 + , conduit-extra >= 1.1.10 && < 1.4 + , hspec >= 2.0 && < 3.0 + , req >= 1.0 && < 2.0 + , req-conduit + , resourcet >= 1.1 && < 1.3 + , temporary >= 1.1 && < 1.3 + , transformers >= 0.4 && < 0.6 + if flag(dev) + ghc-options: -Wall -Werror + else + ghc-options: -O2 -Wall + default-language: Haskell2010 + +benchmark weigh-bench + main-is: Main.hs + hs-source-dirs: weigh-bench + type: exitcode-stdio-1.0 + build-depends: base >= 4.8 && < 5.0 + , bytestring >= 0.2 && < 0.11 + , conduit >= 1.2.8 && < 1.4 + , conduit-extra >= 1.1.10 && < 1.4 + , req >= 1.0 && < 2.0 + , req-conduit + , resourcet >= 1.1 && < 1.3 + , temporary >= 1.1 && < 1.3 + , weigh >= 0.0.4 + if flag(dev) + ghc-options: -O2 -Wall -Werror + else + ghc-options: -O2 -Wall + default-language: Haskell2010
revision 2
name: req-conduit version: 1.0.0 -x-revision: 1 +x-revision: 2 cabal-version: >= 1.18 tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 license: BSD3 , conduit >= 1.2.8 && < 1.4 , http-client >= 0.5 && < 0.6 , req >= 1.0 && < 2.0 - , resourcet >= 1.1 && < 1.2 + , resourcet >= 1.1 && < 1.3 , transformers >= 0.4 && < 0.6 exposed-modules: Network.HTTP.Req.Conduit if flag(dev)
revision 3
name: req-conduit version: 1.0.0 -x-revision: 2 +x-revision: 3 cabal-version: >= 1.18 tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 license: BSD3 , req >= 1.0 && < 2.0 , req-conduit , resourcet >= 1.1 && < 1.3 - , temporary >= 1.1 && < 1.3 + , temporary >= 1.1 && < 1.4 , transformers >= 0.4 && < 0.6 if flag(dev) ghc-options: -Wall -Werror , req >= 1.0 && < 2.0 , req-conduit , resourcet >= 1.1 && < 1.3 - , temporary >= 1.1 && < 1.3 + , temporary >= 1.1 && < 1.4 , weigh >= 0.0.4 if flag(dev) ghc-options: -O2 -Wall -Werror
revision 4
name: req-conduit version: 1.0.0 -x-revision: 3 +x-revision: 4 cabal-version: >= 1.18 tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 license: BSD3 build-depends: base >= 4.8 && < 5.0 , bytestring >= 0.2 && < 0.11 , conduit >= 1.2.8 && < 1.4 - , http-client >= 0.5 && < 0.6 + , http-client >= 0.5 && < 0.7 , req >= 1.0 && < 2.0 , resourcet >= 1.1 && < 1.3 , transformers >= 0.4 && < 0.6
revision 5
name: req-conduit version: 1.0.0 -x-revision: 4 +x-revision: 5 cabal-version: >= 1.18 tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 license: BSD3 , bytestring >= 0.2 && < 0.11 , conduit >= 1.2.8 && < 1.4 , http-client >= 0.5 && < 0.7 - , req >= 1.0 && < 2.0 + , req >= 1.0 && < 3.0 , resourcet >= 1.1 && < 1.3 , transformers >= 0.4 && < 0.6 exposed-modules: Network.HTTP.Req.Conduit , conduit >= 1.2.8 && < 1.4 , conduit-extra >= 1.1.10 && < 1.4 , hspec >= 2.0 && < 3.0 - , req >= 1.0 && < 2.0 + , req >= 1.0 && < 3.0 , req-conduit , resourcet >= 1.1 && < 1.3 , temporary >= 1.1 && < 1.4 , bytestring >= 0.2 && < 0.11 , conduit >= 1.2.8 && < 1.4 , conduit-extra >= 1.1.10 && < 1.4 - , req >= 1.0 && < 2.0 + , req >= 1.0 && < 3.0 , req-conduit , resourcet >= 1.1 && < 1.3 , temporary >= 1.1 && < 1.4
revision 6
name: req-conduit version: 1.0.0 -x-revision: 5 +x-revision: 6 cabal-version: >= 1.18 tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 license: BSD3 , bytestring >= 0.2 && < 0.11 , conduit >= 1.2.8 && < 1.4 , http-client >= 0.5 && < 0.7 - , req >= 1.0 && < 3.0 + , req >= 1.0 && < 4.0 , resourcet >= 1.1 && < 1.3 , transformers >= 0.4 && < 0.6 exposed-modules: Network.HTTP.Req.Conduit , conduit >= 1.2.8 && < 1.4 , conduit-extra >= 1.1.10 && < 1.4 , hspec >= 2.0 && < 3.0 - , req >= 1.0 && < 3.0 + , req >= 1.0 && < 4.0 , req-conduit , resourcet >= 1.1 && < 1.3 , temporary >= 1.1 && < 1.4 , bytestring >= 0.2 && < 0.11 , conduit >= 1.2.8 && < 1.4 , conduit-extra >= 1.1.10 && < 1.4 - , req >= 1.0 && < 3.0 + , req >= 1.0 && < 4.0 , req-conduit , resourcet >= 1.1 && < 1.3 , temporary >= 1.1 && < 1.4
revision 7
name: req-conduit version: 1.0.0 -x-revision: 6 +x-revision: 7 cabal-version: >= 1.18 tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 license: BSD3 build-depends: base >= 4.8 && < 5.0 , bytestring >= 0.2 && < 0.11 , conduit >= 1.2.8 && < 1.4 - , http-client >= 0.5 && < 0.7 + , http-client >= 0.5 && < 0.8 , req >= 1.0 && < 4.0 , resourcet >= 1.1 && < 1.3 , transformers >= 0.4 && < 0.6
revision 8
name: req-conduit version: 1.0.0 -x-revision: 7 +x-revision: 8 cabal-version: >= 1.18 tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 license: BSD3 library build-depends: base >= 4.8 && < 5.0 - , bytestring >= 0.2 && < 0.11 + , bytestring >= 0.2 && < 0.12 , conduit >= 1.2.8 && < 1.4 , http-client >= 0.5 && < 0.8 , req >= 1.0 && < 4.0 hs-source-dirs: httpbin-tests type: exitcode-stdio-1.0 build-depends: base >= 4.8 && < 5.0 - , bytestring >= 0.2 && < 0.11 + , bytestring >= 0.2 && < 0.12 , conduit >= 1.2.8 && < 1.4 , conduit-extra >= 1.1.10 && < 1.4 , hspec >= 2.0 && < 3.0 hs-source-dirs: weigh-bench type: exitcode-stdio-1.0 build-depends: base >= 4.8 && < 5.0 - , bytestring >= 0.2 && < 0.11 + , bytestring >= 0.2 && < 0.12 , conduit >= 1.2.8 && < 1.4 , conduit-extra >= 1.1.10 && < 1.4 , req >= 1.0 && < 4.0