cabal-version: 2.2 name: RabbitMQ version: 0.1.0.0 license: BSD-3-Clause AND GPL-3.0-or-later license-files: LICENSE LICENSE.GPLv3 author: Holger Reinhardt, Herbert Valerio Riedel category: Network maintainer: hvr@gnu.org bug-reports: https://github.com/hvr/RabbitMQ/issues synopsis: AMQP 0-9-1 client library for RabbitMQ servers description: This library provides an AMQP 0-9-1 client library for servers. . This library is a fork of the based on for providing TLS support. . See "Network.AMQP" for documentation and a usage example. source-repository head type: git location: https://github.com/hvr/RabbitMQ.git library exposed-modules: Network.AMQP Network.AMQP.Types Network.AMQP.Lifted other-modules: Network.AMQP.ChannelAllocator Network.AMQP.Generated Network.AMQP.Helpers Network.AMQP.Protocol Network.AMQP.Internal Network.AMQP.Connection Network.AMQP.Binary Network.AMQP.Prelude Paths_RabbitMQ autogen-modules: Paths_RabbitMQ build-depends: , array ^>= 0.5.0.0 , base ^>= 4.7.0 || ^>= 4.8.0 || ^>= 4.9.0 || ^>= 4.10.0 || ^>= 4.11.0 || ^>= 4.12.0 , binary ^>= 0.7.1 || ^>= 0.8 , containers ^>= 0.5.5 || ^>= 0.6 , bytestring ^>= 0.10.4 , text ^>= 1.2.3 , split ^>= 0.2.3 , clock ^>= 0.8 , monad-control ^>= 1.0.2 , vector ^>= 0.12 , stm ^>= 2.5 , network-uri ^>= 2.6 , network ^>= 2.8 || ^>= 3.0 || ^>= 3.1 , io-streams ^>= 1.5.1 , openssl-streams ^>= 1.2.2 , HsOpenSSL ^>= 0.11.4 default-language: Haskell2010 ghc-options: -Wall