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,
53 ghc-options: -threaded -Wall
55 default-language: Haskell2010
57 other-modules: Network.AMQP.Utils.Options,
58 Network.AMQP.Utils.Helpers,
59 Network.AMQP.Utils.Connection,
64 build-depends: base >=4.6 && <5,
82 ghc-options: -threaded -Wall
84 default-language: Haskell2010
86 other-modules: Network.AMQP.Utils.Options,
87 Network.AMQP.Utils.Helpers,
88 Network.AMQP.Utils.Connection,
93 build-depends: base >=4.6 && <5,
109 ghc-options: -threaded -Wall
111 default-language: Haskell2010
113 other-modules: Network.AMQP.Utils.Options,
114 Network.AMQP.Utils.Helpers,
115 Network.AMQP.Utils.Connection,
120 build-depends: base >=4.6 && <5,
136 ghc-options: -threaded -Wall
138 default-language: Haskell2010
140 other-modules: Network.AMQP.Utils.Options,
141 Network.AMQP.Utils.Helpers,
142 Network.AMQP.Utils.Connection,
145 source-repository head
147 location: git://woffs.de/git/fd/haskell-amqp-utils.git