axman6 / amazonka-s3-streaming

Provides a conduit based interface to uploading data to S3 using the Multipart API
MIT License
20 stars 23 forks source link

Cabal bumps #24

Closed endgame closed 2 years ago

endgame commented 2 years ago

I noticed that this package was a reverse dependency of mmorph, and that it didn't admit mmorph-1.2.0, which is new. Then I realised that it didn't need mmorph at all, and could get lift from transformers. I also bumped upper bounds of other things, where they looked sensible.

After merging, can you please perform a hackage metadata revision using the changes in this PR (except transformers) and relaxing mmorph to mmorph <1.3?