Name: amqp Version: 0.4.1 Synopsis: Client library for AMQP servers (currently only RabbitMQ) Description: Client library for AMQP servers (currently only RabbitMQ) . Changelog: License: BSD3 Stability: alpha License-file: LICENSE Author: Holger Reinhardt Category: Network Maintainer: Holger Reinhardt Build-Type: Simple Homepage: https://github.com/hreinhardt/amqp bug-reports: https://github.com/hreinhardt/amqp/issues Cabal-Version: >=1.6 Extra-source-files: examples/ExampleConsumer.hs, examples/ExampleProducer.hs Library Build-Depends: base >= 4 && < 5, binary, containers>=0.2, bytestring>=0.9, network>=2.2.3.1, data-binary-ieee754>=0.4.2.1, text>=0.11.2.3 Exposed-modules: Network.AMQP, Network.AMQP.Types Other-modules: Network.AMQP.Generated, Network.AMQP.Helpers, Network.AMQP.Protocol source-repository head type: git location: https://github.com/hreinhardt/amqp