packages feed

tmp-proc-rabbitmq 0.7.0.0 → 0.7.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~amqpPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amqp

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `tmp-proc-rabbitmq` uses [PVP Versioning][1]. +## 0.7.0.1 -- 2024-07-01++* Extend the upper bound amqp+ ## 0.7.0.0 -- 2024-05-12  * Extend the upper bound for tmp-proc to allow 0.7
tmp-proc-rabbitmq.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               tmp-proc-rabbitmq-version:            0.7.0.0+version:            0.7.0.1 synopsis:           Launch RabbitMQ in docker using tmp-proc description:   Demos how to use tmp-proc to run RabbitMQ in docker in a unittest.@@ -27,7 +27,7 @@   exposed-modules:  System.TmpProc.Docker.RabbitMQ   hs-source-dirs:   src   build-depends:-    , amqp        >=0.22.1 && < 0.23+    , amqp        >=0.22.1 && < 0.25     , base        >=4.11     && <5     , bytestring  >=0.10.8.2 && <0.12.2     , text        >=1.2.3 && <2.2