Cabal revisions of http-download-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: b6a9c41e4facbc95bcb9ee81b15c8c682b88f638fa8df0382f9e4e54b6ab1629--name: http-download-version: 0.1.0.0-synopsis: Verified downloads with retries-category: Development-homepage: https://github.com/commercialhaskell/stack#readme-bug-reports: https://github.com/commercialhaskell/stack/issues-author: Michael Snoyman-maintainer: michael@snoyman.com-copyright: 2018-2019 FP Complete-license: BSD3-license-file: LICENSE-build-type: Simple--source-repository head- type: git- location: https://github.com/commercialhaskell/stack--library- exposed-modules:- Network.HTTP.Download- Network.HTTP.Download.Verified- other-modules:- Paths_http_download- hs-source-dirs:- src/- build-depends:- base >=4.10 && <5- , base64-bytestring- , bytestring- , conduit- , conduit-extra- , cryptonite- , cryptonite-conduit- , directory- , exceptions- , filepath- , http-client- , http-conduit- , http-types- , memory- , path- , path-io- , retry- , rio- , rio-prettyprint- default-language: Haskell2010--test-suite spec- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Network.HTTP.Download.VerifiedSpec- Paths_http_download- hs-source-dirs:- test- build-depends:- base >=4.10 && <5- , cryptonite- , hspec- , hspec-discover- , http-client- , http-download- , path- , path-io- , retry- , rio- , rio-prettyprint- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.31.1. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: b642761b64f2254c559f1a2f8da6926822e23dad7bdce86421a5830284efc5dc + +name: http-download +version: 0.1.0.0 +x-revision: 1 +synopsis: Verified downloads with retries +category: Development +homepage: https://github.com/commercialhaskell/stack#readme +bug-reports: https://github.com/commercialhaskell/stack/issues +author: Michael Snoyman +maintainer: michael@snoyman.com +copyright: 2018-2019 FP Complete +license: BSD3 +license-file: LICENSE +build-type: Simple + +source-repository head + type: git + location: https://github.com/commercialhaskell/stack + +library + exposed-modules: + Network.HTTP.Download + Network.HTTP.Download.Verified + other-modules: + Paths_http_download + hs-source-dirs: + src/ + build-depends: + base >=4.10 && <5 + , base64-bytestring (>=1.0.0.1 && <1.1) || (>=1.0.0.2 && <1.1) + , bytestring >=0.10.8.2 && <0.11 + , conduit (>=1.3.0.3 && <1.4) || (>=1.3.1 && <1.4) || (>=1.3.1.1 && <1.4) + , conduit-extra (>=1.3.0 && <1.4) || (>=1.3.1.1 && <1.4) + , cryptonite ==0.25.* + , cryptonite-conduit >=0.2.2 && <0.3 + , directory (>=1.3.0.2 && <1.4) || (>=1.3.1.5 && <1.4) || (>=1.3.3.0 && <1.4) + , exceptions (>=0.8.3 && <0.9) || (>=0.10.0 && <0.11) || (>=0.10.2 && <0.11) + , filepath (>=1.4.1.2 && <1.5) || (>=1.4.2 && <1.5) || (>=1.4.2.1 && <1.5) + , http-client (>=0.5.13.1 && <0.6) || (>=0.5.14 && <0.6) + , http-conduit (>=2.3.2 && <2.4) || (>=2.3.7.1 && <2.4) + , http-types (>=0.12.1 && <0.13) || (>=0.12.2 && <0.13) || (>=0.12.3 && <0.13) + , memory (>=0.14.16 && <0.15) || (>=0.14.18 && <0.15) + , path >=0.6.1 && <0.7 + , path-io (>=1.3.3 && <1.4) || (>=1.4.2 && <1.5) + , retry (>=0.7.6.3 && <0.8) || (>=0.7.7.0 && <0.8) || (>=0.8.0.1 && <0.9) + , rio >=0.1.9.2 && <0.2 + , rio-prettyprint >=0.1.0.0 && <0.2 + default-language: Haskell2010 + +test-suite spec + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Network.HTTP.Download.VerifiedSpec + Paths_http_download + hs-source-dirs: + test + build-depends: + base >=4.10 && <5 + , cryptonite ==0.25.* + , hspec (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) + , hspec-discover (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) + , http-client (>=0.5.13.1 && <0.6) || (>=0.5.14 && <0.6) + , http-download + , path >=0.6.1 && <0.7 + , path-io (>=1.3.3 && <1.4) || (>=1.4.2 && <1.5) + , retry (>=0.7.6.3 && <0.8) || (>=0.7.7.0 && <0.8) || (>=0.8.0.1 && <0.9) + , rio >=0.1.9.2 && <0.2 + , rio-prettyprint >=0.1.0.0 && <0.2 + default-language: Haskell2010
revision 2
name: http-download version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Verified downloads with retries category: Development homepage: https://github.com/commercialhaskell/stack#readme , directory (>=1.3.0.2 && <1.4) || (>=1.3.1.5 && <1.4) || (>=1.3.3.0 && <1.4) , exceptions (>=0.8.3 && <0.9) || (>=0.10.0 && <0.11) || (>=0.10.2 && <0.11) , filepath (>=1.4.1.2 && <1.5) || (>=1.4.2 && <1.5) || (>=1.4.2.1 && <1.5) - , http-client (>=0.5.13.1 && <0.6) || (>=0.5.14 && <0.6) + , http-client >=0.5.13.1 && <0.7 , http-conduit (>=2.3.2 && <2.4) || (>=2.3.7.1 && <2.4) , http-types (>=0.12.1 && <0.13) || (>=0.12.2 && <0.13) || (>=0.12.3 && <0.13) , memory (>=0.14.16 && <0.15) || (>=0.14.18 && <0.15) , cryptonite ==0.25.* , hspec (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) , hspec-discover (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) - , http-client (>=0.5.13.1 && <0.6) || (>=0.5.14 && <0.6) + , http-client >=0.5.13.1 && <0.7 , http-download , path >=0.6.1 && <0.7 , path-io (>=1.3.3 && <1.4) || (>=1.4.2 && <1.5)
revision 3
name: http-download version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Verified downloads with retries category: Development homepage: https://github.com/commercialhaskell/stack#readme , bytestring >=0.10.8.2 && <0.11 , conduit (>=1.3.0.3 && <1.4) || (>=1.3.1 && <1.4) || (>=1.3.1.1 && <1.4) , conduit-extra (>=1.3.0 && <1.4) || (>=1.3.1.1 && <1.4) - , cryptonite ==0.25.* + , cryptonite >=0.25 && <0.27 , cryptonite-conduit >=0.2.2 && <0.3 , directory (>=1.3.0.2 && <1.4) || (>=1.3.1.5 && <1.4) || (>=1.3.3.0 && <1.4) , exceptions (>=0.8.3 && <0.9) || (>=0.10.0 && <0.11) || (>=0.10.2 && <0.11) test build-depends: base >=4.10 && <5 - , cryptonite ==0.25.* + , cryptonite >=0.25 && <0.27 , hspec (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) , hspec-discover (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) , http-client >=0.5.13.1 && <0.7
revision 4
name: http-download version: 0.1.0.0 -x-revision: 3 +x-revision: 4 synopsis: Verified downloads with retries category: Development homepage: https://github.com/commercialhaskell/stack#readme src/ build-depends: base >=4.10 && <5 - , base64-bytestring (>=1.0.0.1 && <1.1) || (>=1.0.0.2 && <1.1) - , bytestring >=0.10.8.2 && <0.11 - , conduit (>=1.3.0.3 && <1.4) || (>=1.3.1 && <1.4) || (>=1.3.1.1 && <1.4) - , conduit-extra (>=1.3.0 && <1.4) || (>=1.3.1.1 && <1.4) - , cryptonite >=0.25 && <0.27 - , cryptonite-conduit >=0.2.2 && <0.3 - , directory (>=1.3.0.2 && <1.4) || (>=1.3.1.5 && <1.4) || (>=1.3.3.0 && <1.4) - , exceptions (>=0.8.3 && <0.9) || (>=0.10.0 && <0.11) || (>=0.10.2 && <0.11) - , filepath (>=1.4.1.2 && <1.5) || (>=1.4.2 && <1.5) || (>=1.4.2.1 && <1.5) - , http-client >=0.5.13.1 && <0.7 - , http-conduit (>=2.3.2 && <2.4) || (>=2.3.7.1 && <2.4) - , http-types (>=0.12.1 && <0.13) || (>=0.12.2 && <0.13) || (>=0.12.3 && <0.13) - , memory (>=0.14.16 && <0.15) || (>=0.14.18 && <0.15) - , path >=0.6.1 && <0.7 - , path-io (>=1.3.3 && <1.4) || (>=1.4.2 && <1.5) - , retry (>=0.7.6.3 && <0.8) || (>=0.7.7.0 && <0.8) || (>=0.8.0.1 && <0.9) - , rio >=0.1.9.2 && <0.2 - , rio-prettyprint >=0.1.0.0 && <0.2 + , base64-bytestring >=1.0.0.1 + , bytestring >=0.10.8.2 + , conduit >=1.3.0.3 + , conduit-extra >=1.3.0 + , cryptonite >=0.25 + , cryptonite-conduit >=0.2.2 + , directory >=1.3.0.2 + , exceptions >=0.8.3 + , filepath >=1.4.1.2 + , http-client >=0.5.13.1 + , http-conduit >=2.3.2 + , http-types >=0.12.1 + , memory >=0.14.16 + , path >=0.6.1 + , path-io >=1.3.3 + , retry >=0.7.6.3 + , rio >=0.1.9.2 + , rio-prettyprint >=0.1.0.0 default-language: Haskell2010 test-suite spec test build-depends: base >=4.10 && <5 - , cryptonite >=0.25 && <0.27 - , hspec (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) - , hspec-discover (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) - , http-client >=0.5.13.1 && <0.7 + , cryptonite >=0.25 + , hspec >=2.4.8 + , hspec-discover >=2.4.8 + , http-client >=0.5.13.1 , http-download - , path >=0.6.1 && <0.7 - , path-io (>=1.3.3 && <1.4) || (>=1.4.2 && <1.5) - , retry (>=0.7.6.3 && <0.8) || (>=0.7.7.0 && <0.8) || (>=0.8.0.1 && <0.9) - , rio >=0.1.9.2 && <0.2 - , rio-prettyprint >=0.1.0.0 && <0.2 + , path >=0.6.1 + , path-io >=1.3.3 + , retry >=0.7.6.3 + , rio >=0.1.9.2 + , rio-prettyprint >=0.1.0.0 default-language: Haskell2010