amqp-utils 0.4.2.0 → 0.4.3.0
raw patch · 4 files changed
+13/−2 lines, 4 files
Files
- ChangeLog.md +4/−0
- Network/AMQP/Utils/Helpers.hs +1/−0
- README.md +6/−0
- amqp-utils.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for haskell-amqp-utils +## 0.4.3.0 -- 2020-02-10++* specify -R YES option for callback in case of a redelivered message+ ## 0.4.2.0 -- 2019-12-19 * introduce --cleanup (-j) to remove temp file
Network/AMQP/Utils/Helpers.hs view
@@ -170,6 +170,7 @@ , ("-i", messageid) , ("-t", timestamp) , ("-p", pri)+ , ("-R", redeliv) ] ++ maybeToList headers') where
README.md view
@@ -1,6 +1,12 @@ # haskell-amqp-utils generic Haskell AMQP commandline tools for use with RabbitMQ +## Repository access++- git://woffs.de/git/fd/haskell-amqp-utils.git+- https://woffs.de/git/fd/haskell-amqp-utils.git+- https://github.com/woffs/haskell-amqp-utils+ ## Overview The package contains 4 binaries for commandline use.
amqp-utils.cabal view
@@ -1,6 +1,6 @@ name: amqp-utils -version: 0.4.2.0+version: 0.4.3.0 synopsis: Generic Haskell AMQP tools @@ -144,4 +144,4 @@ source-repository head type: git- location: git://github.com/woffs/haskell-amqp-utils+ location: git://woffs.de/git/fd/haskell-amqp-utils.git