Skip to content

Commit

Permalink
Update from Hackage at 2019-10-09T00:07:44Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Oct 9, 2019
1 parent 84eb099 commit cb92be9
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
62 changes: 62 additions & 0 deletions amazonka-s3-streaming/1.1.0.0/amazonka-s3-streaming.cabal
@@ -0,0 +1,62 @@
name: amazonka-s3-streaming
version: 1.1.0.0
synopsis: Provides conduits to upload data to S3 using the Multipart API
description: Provides a conduit based streaming interface and a concurrent interface to
uploading data to S3 using the Multipart API. Also provides method to upload
files or bytestrings of known size in parallel. Please see README.md.
homepage: https://github.com/Axman6/amazonka-s3-streaming#readme
license: BSD3
license-file: LICENSE
author: Alex Mason
maintainer: axman6+hackage@gmail.com
copyright: Alex Mason, Copyright (c) 2016 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
category: Network, AWS, Cloud, Distributed Computing
build-type: Simple
extra-source-files: README.md, Changelog.md
cabal-version: >=1.10
tested-with: GHC == 8.0.* || == 8.2.2 || == 8.4.* || == 8.6.* || == 8.8.*

library
hs-source-dirs: src
exposed-modules: Network.AWS.S3.StreamingUpload
default-language: Haskell2010
build-depends: base >= 4.9 && < 5
, amazonka >= 1.6 && < 1.7
, amazonka-core >= 1.6 && < 1.7
, amazonka-s3 >= 1.6 && < 1.7
, conduit >= 1.3 && < 1.4
, bytestring >= 0.10.8.0 && < 0.11
, mmorph >= 1.0.6 && < 1.2
, lens >= 4.13 && < 5.0
, mtl >= 2.2.1 && < 2.3
, exceptions >= 0.8.2.1 && < 0.11
, dlist >= 0.8 && < 0.9
, async >= 2 && < 2.3
, http-client >= 0.4 && < 0.7

flag s3upload-exe
Description: Whether to build the s3upload executable for uploading files using this library.
default: False
manual: True

source-repository head
type: git
location: https://github.com/Axman6/amazonka-s3-streaming

executable s3upload
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
if flag(s3upload-exe)
buildable: True
else
buildable: False
build-depends: base
, amazonka
, amazonka-core
, amazonka-s3
, amazonka-s3-streaming
, conduit-extra
, conduit
, text

1 change: 1 addition & 0 deletions amazonka-s3-streaming/1.1.0.0/amazonka-s3-streaming.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"3f6560537210d21ffcf5ebc445e0af43","Skein512_512":"0971067f457419508ccc9a7a2ef9760331e9ff4b008c2105f53e52418ad8f145f8225c4a393d38bbb8cc33146f8ecf9a3873354f2e584396d00167bd722c848a","SHA1":"ba7e47b8f134dc184f7f4548a099a7cc3d43f6ed","SHA512":"ed49726b790bce69c88bf9a451568223278671025d8c52aa4d3f0556aad819e36d6e913dfe3e3baefb00fbe2d66afa484fa792fc4fa7e8bf9546e45bba951a2f","SHA256":"8ad31db5f5f876ecf49d3269e15322f6bbc4669962390f1b8796856a18c6b270"},"package-locations":["https://hackage.haskell.org/package/amazonka-s3-streaming-1.1.0.0/amazonka-s3-streaming-1.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/amazonka-s3-streaming-1.1.0.0.tar.gz"],"package-size":6962}

0 comments on commit cb92be9

Please sign in to comment.