5 synopsis: Generic Haskell AMQP tools
7 description: AMQP tools consisting of:
8 AMQP consumer which can
9 create a temporary queue and attach it to an exchange, or
10 attach to an existing queue;
11 display header and body info;
12 save message bodies to files;
13 call a callback script.
14 AMQP publisher with file, line-by-line and
15 hotfolder capabilities.
16 AMQP rpc client and server.
30 extra-source-files: ChangeLog.md, README.md
34 Tested-With: GHC ==7.10.2 || ==8.0.2 || ==8.2.2 || ==8.4.4 || >= 8.6.5
38 build-depends: base >=4.6 && <5,
50 ghc-options: -threaded -Wall
52 default-language: Haskell2010
54 other-modules: Network.AMQP.Utils.Options,
55 Network.AMQP.Utils.Helpers,
56 Network.AMQP.Utils.Connection,
61 build-depends: base >=4.6 && <5,
76 ghc-options: -threaded -Wall
78 default-language: Haskell2010
80 other-modules: Network.AMQP.Utils.Options,
81 Network.AMQP.Utils.Helpers,
82 Network.AMQP.Utils.Connection,
87 build-depends: base >=4.6 && <5,
100 ghc-options: -threaded -Wall
102 default-language: Haskell2010
104 other-modules: Network.AMQP.Utils.Options,
105 Network.AMQP.Utils.Helpers,
106 Network.AMQP.Utils.Connection,
111 build-depends: base >=4.6 && <5,
124 ghc-options: -threaded -Wall
126 default-language: Haskell2010
128 other-modules: Network.AMQP.Utils.Options,
129 Network.AMQP.Utils.Helpers,
130 Network.AMQP.Utils.Connection,
133 source-repository head
135 location: git://github.com/woffs/haskell-amqp-utils