amqp-utils 0.6.7.2 → 0.6.7.3
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~time
Dependency ranges changed: time
Files
- ChangeLog.md +4/−0
- amqp-utils.cabal +5/−5
ChangeLog.md view
@@ -6,6 +6,10 @@ # Revision history for haskell-amqp-utils +## 0.6.7.3 -- 2025-11-02++* relax time upper bound for compatibility with stackage nightly+ ## 0.6.7.2 -- 2025-07-29 * add cabal bounds
amqp-utils.cabal view
@@ -4,7 +4,7 @@ name: amqp-utils -version: 0.6.7.2+version: 0.6.7.3 synopsis: AMQP toolset for the command line @@ -42,7 +42,7 @@ text >= 2.0 && < 2.2, crypton-connection >= 0.3 && < 0.5, data-default-class >= 0.1 && < 0.3,- time >= 1.12 && < 1.13,+ time >= 1.12 && < 1.15, process >= 1.6 && < 1.7, directory >= 1.3 && < 1.4, bytestring >= 0.11 && < 0.13,@@ -70,7 +70,7 @@ text >= 2.0 && < 2.2, crypton-connection >= 0.3 && < 0.5, data-default-class >= 0.1 && < 0.3,- time >= 1.12 && < 1.13,+ time >= 1.12 && < 1.15, process >= 1.6 && < 1.7, directory >= 1.3 && < 1.4, bytestring >= 0.11 && < 0.13,@@ -103,7 +103,7 @@ text >= 2.0 && < 2.2, crypton-connection >= 0.3 && < 0.5, data-default-class >= 0.1 && < 0.3,- time >= 1.12 && < 1.13,+ time >= 1.12 && < 1.15, process >= 1.6 && < 1.7, directory >= 1.3 && < 1.4, bytestring >= 0.11 && < 0.13,@@ -131,7 +131,7 @@ text >= 2.0 && < 2.2, crypton-connection >= 0.3 && < 0.5, data-default-class >= 0.1 && < 0.3,- time >= 1.12 && < 1.13,+ time >= 1.12 && < 1.15, process >= 1.6 && < 1.7, directory >= 1.3 && < 1.4, bytestring >= 0.11 && < 0.13,