packages feed

snaplet-amqp 0.1.2.3 → 0.1.2.4

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

snaplet-amqp.cabal view
@@ -1,5 +1,5 @@ Name:                snaplet-amqp-Version:             0.1.2.3+Version:             0.1.2.4 Synopsis:            Snap framework snaplet for the AMQP library Homepage:            https://github.com/ixmatus/snaplet-amqp License:             BSD3
src/Snap/Snaplet/AMQP.hs view
@@ -39,7 +39,7 @@  -- | Initialize the AMQP Snaplet. initAMQP :: SnapletInit b AmqpState-initAMQP = makeSnaplet "persist" description datadir $ do+initAMQP = makeSnaplet "amqp" description datadir $ do     c <- mkSnapletAmqpConn     return $ AmqpState c   where