+-- SPDX-FileCopyrightText: 2022 Frank Doepper
+--
+-- SPDX-License-Identifier: GPL-3.0-only
+
name: amqp-utils
-version: 0.4.5.0
+version: 0.6.6.0
synopsis: AMQP toolset for the command line
license: GPL-3
-license-file: LICENSE
+license-file: LICENSES/GPL-3.0-only.txt
author: Frank Doepper
cabal-version: >=1.10
-Tested-With: GHC ==7.10.2 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || >=8.8.4
-
executable konsum
main-is: konsum.hs
- build-depends: base >=4.6 && <5,
+ build-depends: base >= 4.6 && <5,
containers,
text,
- connection,
+ crypton-connection,
data-default-class,
time,
process,
directory,
bytestring,
utf8-string,
- x509-system,
+ filepath-bytestring,
+ crypton-x509-system,
network > 2.6,
- tls >= 1.3.9,
- amqp >=0.19
+ tls >= 1.7.0,
+ amqp >= 0.22.2,
+ unix >= 2.8
ghc-options: -threaded -Wall
executable agitprop
main-is: agitprop.hs
- build-depends: base >=4.6 && <5,
+ build-depends: base >= 4.6 && <5,
containers,
text,
- connection,
+ crypton-connection,
data-default-class,
time,
process,
directory,
+ filepath,
bytestring,
utf8-string,
- x509-system,
+ rawfilepath,
+ filepath-bytestring,
+ crypton-x509-system,
network > 2.6,
- tls >= 1.3.9,
- amqp >=0.19,
- unix >= 2.7,
- hinotify >= 0.3.8,
+ tls >= 1.7.0,
+ amqp >= 0.22.2,
+ unix >= 2.8,
magic
+ if os(linux)
+ build-depends: hinotify >= 0.3.10
ghc-options: -threaded -Wall
build-depends: base >=4.6 && <5,
containers,
text,
- connection,
+ crypton-connection,
data-default-class,
time,
process,
directory,
bytestring,
utf8-string,
- x509-system,
+ filepath-bytestring,
+ crypton-x509-system,
network > 2.6,
- tls >= 1.3.9,
- amqp >=0.19,
- unix >= 2.7
+ tls >= 1.7.0,
+ amqp >=0.22.2,
+ unix >= 2.8
ghc-options: -threaded -Wall
executable arbeite
main-is: arbeite.hs
- build-depends: base >=4.6 && <5,
+ build-depends: base >= 4.6 && <5,
containers,
text,
- connection,
+ crypton-connection,
data-default-class,
time,
process,
directory,
bytestring,
utf8-string,
- x509-system,
+ filepath-bytestring,
+ crypton-x509-system,
network > 2.6,
- tls >= 1.3.9,
- amqp >=0.19,
- unix >= 2.7
+ tls >= 1.7.0,
+ amqp >= 0.22.2,
+ unix >= 2.8
ghc-options: -threaded -Wall