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: 3 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 && <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 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 && <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 , 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