snaplet-amqp 0.1.2.0 → 0.1.2.1
raw patch · 1 files changed
+2/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- snaplet-amqp.cabal +2/−1
snaplet-amqp.cabal view
@@ -1,5 +1,5 @@ Name: snaplet-amqp-Version: 0.1.2.0+Version: 0.1.2.1 Synopsis: Snap framework snaplet for the AMQP library Homepage: https://github.com/ixmatus/snaplet-amqp License: BSD3@@ -41,6 +41,7 @@ a <- nestSnaplet "amqp" amqp initAMQP addRoutes appRoutes -- Your routes, I haven't defined any here return $ App a+ @ Extra-source-files: LICENSE