amqp-streamly 0.1.0 → 0.2.0
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~amqpPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amqp
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- amqp-streamly.cabal +4/−4
ChangeLog.md view
@@ -1,4 +1,7 @@ # Changelog for amqp-streamly +## 0.2.0+ * Upgrade to amqp 0.20 and stackage 16.4+ ## 0.1.0 * Creation with `produce` and `consume`
amqp-streamly.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 12d7b6fb1d3da6a6da9f0769f11d261769c8ee0f8ec6e302b18d756e3ac46127+-- hash: 883a06194530c85ee177d2874920bdd083733790a52ce65cb49c188113a986f5 name: amqp-streamly-version: 0.1.0+version: 0.2.0 synopsis: A simple streamly wrapper for amqp description: A simple streamly wrapper for amqp. Provides two functions `produce` and `consume`. category: streamly, conduit, amqp, rabbitmq@@ -35,7 +35,7 @@ hs-source-dirs: src build-depends:- amqp >=0.19.1 && <0.20+ amqp >=0.19.1 && <0.21 , base >=4.7 && <5 , streamly >=0.7.2 && <0.8 , text >=1.2.4.0 && <1.3@@ -51,7 +51,7 @@ test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends:- amqp >=0.19.1 && <0.20+ amqp >=0.19.1 && <0.21 , amqp-streamly , base >=4.7 && <5 , bytestring >=0.10.10.0 && <0.11