tmp-proc-rabbitmq 0.7.2.3 → 0.7.2.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- tmp-proc-rabbitmq.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `tmp-proc-rabbitmq` uses [PVP Versioning][1]. +## 0.7.2.4 -- 2025-03-25++* Relax the upper bound on bytestring+ ## 0.7.2.3 -- 2025-01-16 * Relax the upper bound on amqp
tmp-proc-rabbitmq.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-rabbitmq-version: 0.7.2.3+version: 0.7.2.4 synopsis: Launch RabbitMQ in docker using tmp-proc description: Demos how to use tmp-proc to run RabbitMQ in docker in a unittest.@@ -29,7 +29,7 @@ build-depends: , amqp >=0.24 && < 0.26 , base >=4.11 && <5- , bytestring >=0.10.8.2 && <0.12.2+ , bytestring >=0.10.8 && <0.11 || >=0.11.3 && <0.13 , text >=1.2.3 && <2.2 , tmp-proc >=0.5.3 && <0.8