amqp-utils 0.4.4.0 → 0.4.4.1
raw patch · 3 files changed
+8/−3 lines, 3 files
Files
- ChangeLog.md +5/−0
- Network/AMQP/Utils/Options.hs +1/−1
- amqp-utils.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for haskell-amqp-utils +## 0.4.4.1 -- 2020-08-19++* change default connection timeout from 60 to 600s+* update description+ ## 0.4.4.0 -- 2020-02-18 * push callback options into environment variables
Network/AMQP/Utils/Options.hs view
@@ -117,7 +117,7 @@ True True 5- 60+ 600 False False
amqp-utils.cabal view
@@ -1,8 +1,8 @@ name: amqp-utils -version: 0.4.4.0+version: 0.4.4.1 -synopsis: Generic Haskell AMQP tools+synopsis: AMQP toolset for the command line description: AMQP tools consisting of: AMQP consumer which can