snaplet-amqp 1.0.1.1 → 1.0.1.2
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.org +1/−1
- snaplet-amqp.cabal +4/−1
README.org view
@@ -51,7 +51,7 @@ exchange' = "myExchange" routingKey = "myKey" - _ <- runAmqp $ \(_, chan) -> do+ _ <- runAmqp $ \_ chan -> do _ <- declareQueue chan newQueue {queueName = serverQueue} declareExchange chan newExchange { exchangeName = exchange'
snaplet-amqp.cabal view
@@ -1,5 +1,5 @@ Name: snaplet-amqp-Version: 1.0.1.1+Version: 1.0.1.2 Synopsis: Snap framework snaplet for the AMQP library Homepage: https://github.com/ixmatus/snaplet-amqp License: BSD3@@ -16,6 +16,9 @@ Cabal-version: >=1.14.0 description:++ <<https://travis-ci.org/ixmatus/snaplet-amqp.svg?branch=master>>+ . `snaplet-amqp` is a snaplet for the Snap web framework providing convenience functions and state management for the Haskell AMQP package.