-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
139 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
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: 6a3d670e6f645b1ae099ce4d47325765448bfe194c0f497059a5fe3524388288 | ||
|
||
name: http-download | ||
version: 0.1.0.0 | ||
synopsis: Verified downloads with retries | ||
category: Development | ||
homepage: https://github.com/commercialhaskell/http-download#readme | ||
bug-reports: https://github.com/commercialhaskell/http-download/issues | ||
author: Michael Snoyman | ||
maintainer: [email protected] | ||
copyright: 2018-2019 FP Complete | ||
license: MIT | ||
build-type: Simple | ||
|
||
source-repository head | ||
type: git | ||
location: https://github.com/commercialhaskell/http-download | ||
|
||
library | ||
exposed-modules: | ||
Network.HTTP.Download | ||
Network.HTTP.Download.Verified | ||
other-modules: | ||
Paths_http_download | ||
hs-source-dirs: | ||
src/ | ||
build-depends: | ||
base | ||
, base64-bytestring | ||
, bytestring | ||
, conduit | ||
, conduit-extra | ||
, cryptonite | ||
, cryptonite-conduit | ||
, directory | ||
, exceptions | ||
, filepath | ||
, http-client | ||
, http-conduit | ||
, http-types | ||
, memory | ||
, path | ||
, path-io | ||
, retry | ||
, rio | ||
, rio-prettyprint | ||
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 | ||
, cryptonite | ||
, hspec | ||
, http-client | ||
, http-download | ||
, path | ||
, path-io | ||
, retry | ||
, rio | ||
, rio-prettyprint | ||
default-language: Haskell2010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
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: 4695b863639ee3242a4625aad63f566d63d6a52a61d08e2792516e6219a12f45 | ||
|
||
name: rio-prettyprint | ||
version: 0.1.0.0 | ||
synopsis: Pretty-printing for RIO | ||
category: Development | ||
homepage: https://github.com/commercialhaskell/rio-prettyprint#readme | ||
bug-reports: https://github.com/commercialhaskell/rio-prettyprint/issues | ||
author: Michael Snoyman | ||
maintainer: [email protected] | ||
copyright: 2018-2019 FP Complete | ||
license: MIT | ||
build-type: Simple | ||
|
||
source-repository head | ||
type: git | ||
location: https://github.com/commercialhaskell/rio-prettyprint | ||
|
||
library | ||
exposed-modules: | ||
RIO.PrettyPrint | ||
RIO.PrettyPrint.DefaultStyles | ||
RIO.PrettyPrint.StylesUpdate | ||
RIO.PrettyPrint.Types | ||
Text.PrettyPrint.Leijen.Extended | ||
other-modules: | ||
Paths_rio_prettyprint | ||
hs-source-dirs: | ||
src/ | ||
build-depends: | ||
Cabal | ||
, aeson | ||
, annotated-wl-pprint | ||
, ansi-terminal | ||
, array | ||
, base | ||
, colour | ||
, mtl | ||
, path | ||
, rio | ||
, text | ||
default-language: Haskell2010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.