forked from hreinhardt/amqp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amqp.cabal
34 lines (31 loc) · 1.37 KB
/
amqp.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Name: amqp
Version: 0.6.0
Synopsis: Client library for AMQP servers (currently only RabbitMQ)
Description: Client library for AMQP servers (currently only RabbitMQ)
.
Changelog: <https://github.com/hreinhardt/amqp/blob/master/README.md>
License: BSD3
Stability: alpha
License-file: LICENSE
Author: Holger Reinhardt
Category: Network
Maintainer: Holger Reinhardt <[email protected]>
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 >= 0.7, containers>=0.2, bytestring>=0.9, network>=2.2.3.1, data-binary-ieee754>=0.4.2.1, text>=0.11.2
Exposed-modules: Network.AMQP, Network.AMQP.Types
Other-modules: Network.AMQP.Generated, Network.AMQP.Helpers, Network.AMQP.Protocol, Network.AMQP.Internal
GHC-Options: -Wall
Executable amqp-builder
Build-Depends: xml == 1.3.*
Hs-Source-Dirs: Tools
Main-is: Builder.hs
GHC-Options: -Wall
source-repository head
type: git
location: https://github.com/hreinhardt/amqp