cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 14615c7fa251ec6967164c05790f15b07e03a55ab4afe6b8fa9879dc257d0c9b name: downloader version: 0.1.0.1 synopsis: A small, low-dependency library that provides turn-key file download over HTTP and HTTPS. description: Please see the Hackage documentation at category: network, file homepage: https://github.com/deech/downloader#readme bug-reports: https://github.com/deech/downloader/issues author: Aditya Siram maintainer: aditya.siram@gmail.com copyright: Aditya Siram, 2019 license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.org data-files: scripts/download.sh scripts/download.ps1 source-repository head type: git location: https://github.com/deech/downloader library exposed-modules: Network.HTTP.Download.File other-modules: Paths_downloader hs-source-dirs: src build-depends: base >=4.7 && <5 , directory >=1.3.2.0 && <1.3.5 , filepath >=1.4.2 && <1.4.3 , network-uri >=2.6.1.0 && <2.7 , process >=1.4.0.0 && <1.7 , safe >=0.3.16 && <0.4 default-language: Haskell2010