amqp 0.1 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- amqp.cabal +2/−2
amqp.cabal view
@@ -1,5 +1,5 @@ Name: amqp -Version: 0.1 +Version: 0.1.1 Synopsis: Client library for AMQP servers (currently only RabbitMQ) Description: Client library for AMQP servers (currently only RabbitMQ) License: BSD3 @@ -14,6 +14,6 @@ examples/ExampleProducer.hs Library - Build-Depends: base >= 3 && < 5, binary, containers>=0.2, bytestring>=0.9, network-bytestring>=0.1.2, network + Build-Depends: base >= 4 && < 5, binary, containers>=0.2, bytestring>=0.9, network-bytestring>=0.1.2, network Exposed-modules: Network.AMQP, Network.AMQP.Types Other-modules: Network.AMQP.Generated, Network.AMQP.Helpers, Network.AMQP.Protocol