packages feed

amqp 0.22.1 → 0.22.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep +crypton-connectiondep −connectionPVP ok

version bump matches the API change (PVP)

Dependencies added: crypton-connection

Dependencies removed: connection

API changes (from Hackage documentation)

Files

amqp.cabal view
@@ -1,5 +1,5 @@ Name:                amqp
-Version:             0.22.1
+Version:             0.22.2
 Synopsis:            Client library for AMQP servers (currently only RabbitMQ)
 Description:         Client library for AMQP servers (currently only RabbitMQ)
 License:             BSD3
@@ -28,7 +28,7 @@     split>=0.2,
     clock >= 0.4.0.1,
     monad-control >= 0.3,
-    connection >= 0.2 && <= 0.4,
+    crypton-connection >= 0.3.1 && <= 0.4,
     vector,
     stm >= 2.4.0,
     network-uri >= 2.6,
@@ -81,7 +81,7 @@     , clock >= 0.4.0.1
     , hspec              >= 1.3
     , hspec-expectations >= 0.3.3
-    , connection >= 0.2 && <= 0.4
+    , crypton-connection >= 0.3.1 && <= 0.4
     , vector
     , stm >= 2.4.0
     , network-uri >= 2.6
changelog.md view
@@ -1,3 +1,7 @@+### Version 0.22.2
+
+* replace `connection` dependency with `crypton-connection`
+
 ### Version 0.22.1
 
 * fix a potential deadlock in `closeConnection`