packages feed

downloader-0.1.0.0: downloader.cabal

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: b63fe7b709485a2f6dfd1ad80e812c4b967f792fe8848d3a1e17f7658c331acf

name:           downloader
version:        0.1.0.0
synopsis:       A small, low-dependency library that provides turn-key file download over HTTP and HTTPS.
description:    Please see the Hackage documentation at <http://hackage.haskell.org/package/downloader/docs/Network-HTTP-Download-File.html>
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
  default-language: Haskell2010