packages feed

tmp-proc-rabbitmq 0.5.0.0 → 0.5.1.0

raw patch · 3 files changed

+11/−4 lines, 3 filesdep ~basedep ~textdep ~tmp-proc

Dependency ranges changed: base, text, tmp-proc

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for tmp-proc-rabbitmq +## 0.5.1.0 -- 2022-08-08++* Bump version of text and base+ ## 0.5.0.0 -- 2021-09-28  * First version
README.md view
@@ -1,5 +1,8 @@ # tmp-proc-rabbitmq +[![Hackage](https://img.shields.io/hackage/v/tmp-proc-rabbitmq.svg)](https://hackage.haskell.org/package/tmp-proc-rabbitmq)+[![BSD-3.0 license](https://img.shields.io/badge/license-BSD--3.0-blue.svg)](https://github.com/adetokunbo/tmp-proc/blob/master/tmp-proc-rabbitmq/LICENSE)+ `tmp-proc-rabbitmq` provides an example of using `tmp-proc` to launch dockerized RabbitMQ in integration tests. 
tmp-proc-rabbitmq.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               tmp-proc-rabbitmq-version:            0.5.0.0+version:            0.5.1.0 synopsis:           Shows how to run RabbitMQ as a tmp proc description:   An example of using tmp-proc to launch dockerized RabbitMQ in integration tests.@@ -28,10 +28,10 @@   hs-source-dirs:   src   build-depends:     , amqp        ^>=0.22-    , base        >=4.11     && <4.16+    , base        >=4.11     && <5     , bytestring  >=0.10.8.2 && <0.12-    , text        ^>=1.2.3-    , tmp-proc    >=0.5.0.0  && <0.6.0.0+    , text        ^>=2.0+    , tmp-proc    >=0.5.1.0  && <0.6.0.0    default-language: Haskell2010   ghc-options:      -fno-ignore-asserts -Wall