Newer
Older
version: 1.2.2.0
synopsis: provide reliable download service via HTTP
description: reliable-download web application and cli tool
homepage: "https://gitlab.emacsos.com/sylecn/reliable-download"
bug-reports: "https://gitlab.emacsos.com/sylecn/reliable-download/issues"
license: GPL-3
author: Yuanle Song
maintainer: sylecn@gmail.com
copyright: "Copyright: (c) 2018, 2019, 2022, 2024 Yuanle Song"
ghc-options:
- -Wall
- -Werror
- http-types
- utf8-string
source-dirs: rd-api
main: RD.Server.Cli.Main
source-dirs: rd
main: RD.Client.Main
- reliable-download
- io-thread-pool
ghc-options:
- -threaded
- -O2
maybet:
source-dirs: misc/maybet
ghc-options:
- -threaded
logtest:
source-dirs: misc/logtest
dependencies:
- reliable-download
- hspec
- hspec-wai
- http-types
- http-client
- wai-extra
- unordered-containers
- binary