Skip to content

Commit

Permalink
Update bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
axman6 committed Aug 27, 2023
1 parent a31fc18 commit 39a8679
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions amazonka-s3-streaming.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ library
-Wpartial-fields
-Wno-unrecognised-pragmas
-Wunused-packages
build-depends: base >= 4.14 && < 5
build-depends: base >= 4.14 && < 5
, amazonka >= 2.0 && < 2.1
, amazonka-s3 >= 2.0 && < 2.1
, conduit >= 1.3 && < 1.4
, async >= 2 && < 2.3
, bytestring >= 0.10.8.0 && < 0.12
, deepseq
, bytestring >= 0.10.8.0 && < 0.13
, deepseq >= 1.4.5 && < 1.6
, exceptions >= 0.8.2.1 && < 0.11
, http-client >= 0.4 && < 0.8
, http-client-tls >= 0.3 && < 0.4
, transformers >= 0.5 && < 0.7
, text
, resourcet
, text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.2
, resourcet >= 1.3.0 && < 1.4

flag s3upload-exe
Description: Whether to build the s3upload executable for uploading files using this library.
Expand Down

0 comments on commit 39a8679

Please sign in to comment.