Newer
Older
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 Yuanle Song"
ghc-options:
- -Wall
- -Werror
source-dirs:
- api
- api/lib
- cli-version
main: Main.hs
source-dirs:
- client
- cli-version
main: Main.hs
dependencies:
- reliable-download # I only need the Type module
- http-conduit
- http-client
ghc-options:
- -threaded
- -O2
maybet:
source-dirs: misc/maybet
main: Main.hs
dependencies:
- reliable-download
ghc-options:
- -threaded
logtest:
source-dirs: misc/logtest
main: Main.hs
dependencies:
- reliable-download
- hspec
- hspec-wai
- http-types
- wai-extra
- unordered-containers
- binary