X-Git-Url: https://woffs.de/git/fd/haskell-amqp-utils.git/blobdiff_plain/160bb17f0fdab2825c63f65e306dca8ab8187a66..a70298aca7a292a16859418273f2ca2a93a64c90:/amqp-utils.cabal diff --git a/amqp-utils.cabal b/amqp-utils.cabal index 9cd5ce8..8202960 100644 --- a/amqp-utils.cabal +++ b/amqp-utils.cabal @@ -1,6 +1,10 @@ +-- SPDX-FileCopyrightText: 2022 Frank Doepper +-- +-- SPDX-License-Identifier: GPL-3.0-only + name: amqp-utils -version: 0.6.2.4 +version: 0.6.6.0 synopsis: AMQP toolset for the command line @@ -17,7 +21,7 @@ description: AMQP tools consisting of: license: GPL-3 -license-file: LICENSE +license-file: LICENSES/GPL-3.0-only.txt author: Frank Doepper @@ -31,24 +35,24 @@ extra-source-files: ChangeLog.md, README.md 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.5.0, - amqp >=0.19 + tls >= 1.7.0, + amqp >= 0.22.2, + unix >= 2.8 ghc-options: -threaded -Wall @@ -61,10 +65,10 @@ executable konsum 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, @@ -72,14 +76,16 @@ executable agitprop filepath, bytestring, utf8-string, - x509-system, + rawfilepath, + filepath-bytestring, + crypton-x509-system, network > 2.6, - tls >= 1.5.0, - amqp >=0.19, - unix >= 2.7, + tls >= 1.7.0, + amqp >= 0.22.2, + unix >= 2.8, magic if os(linux) - build-depends: hinotify >= 0.3.8 + build-depends: hinotify >= 0.3.10 ghc-options: -threaded -Wall @@ -95,18 +101,19 @@ executable plane 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.5.0, - amqp >=0.19, - unix >= 2.7 + tls >= 1.7.0, + amqp >=0.22.2, + unix >= 2.8 ghc-options: -threaded -Wall @@ -119,21 +126,22 @@ executable plane 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.5.0, - amqp >=0.19, - unix >= 2.7 + tls >= 1.7.0, + amqp >= 0.22.2, + unix >= 2.8 ghc-options: -threaded -Wall