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

More permissive lower bound for resourcet #40

Closed jhrcek closed 1 year ago

jhrcek commented 1 year ago

1.3.0 lowerbound for resourcet unnecessarily excludes versions with which the package is working fine.

We're using stack lts-20.26 (based on ghc-9.2.8) which has resourcet-1.2.6. When I add resourcet-1.3.0 to extra-deps in stack.yaml to use newer version from hackage, I get bunch of other version conflicts (e.g. servant-server-0.19.2 from stack lts permits resourcet >=1.2.2 && <1.3 :/

Long story short, let's please lower resourcet bound before releasing.