]> woffs.de Git - fd/haskell-amqp-utils.git/blobdiff - amqp-utils.cabal
release 0.3.4.0
[fd/haskell-amqp-utils.git] / amqp-utils.cabal
index 21dff2b0302c75f94c973c666964346a5fff213c..15a440991e7e57196cb0f1cf76587137b470397f 100644 (file)
@@ -1,6 +1,6 @@
 name:                amqp-utils
 
-version:             0.3.3.1
+version:             0.3.4.0
 
 synopsis:            Generic Haskell AMQP Consumer
 
@@ -42,9 +42,9 @@ executable konsum
                        process,
                        bytestring,
                        x509-system,
-                       tls,
+                       tls >= 1.3.9,
                        amqp >=0.17
-  
+
   ghc-options:         -threaded -Wall
 
   default-language:    Haskell98
@@ -65,14 +65,38 @@ executable agitprop
                        process,
                        bytestring,
                        x509-system,
-                       tls,
+                       tls >= 1.3.9,
                        amqp >=0.17,
                        unix >= 2.7,
                        hinotify >= 0.3.8,
                        magic
-  
+
+  ghc-options:         -threaded -Wall
+
+  default-language:    Haskell98
+
+  other-modules:       Network.AMQP.Utils.Options,
+                       Network.AMQP.Utils.Helpers,
+                       Network.AMQP.Utils.Connection,
+                       Paths_amqp_utils
+
+executable plane
+  main-is:             plane.hs
+  build-depends:       base >=4.6 && <5,
+                       containers,
+                       text,
+                       connection,
+                       data-default-class,
+                       time,
+                       process,
+                       bytestring,
+                       x509-system,
+                       tls >= 1.3.9,
+                       amqp >=0.17,
+                       unix >= 2.7
+
   ghc-options:         -threaded -Wall
-  
+
   default-language:    Haskell98
 
   other-modules:       Network.AMQP.Utils.Options,
@@ -80,6 +104,29 @@ executable agitprop
                        Network.AMQP.Utils.Connection,
                        Paths_amqp_utils
 
+executable arbeite
+  main-is:             arbeite.hs
+  build-depends:       base >=4.6 && <5,
+                       containers,
+                       text,
+                       connection,
+                       data-default-class,
+                       time,
+                       process,
+                       bytestring,
+                       x509-system,
+                       tls >= 1.3.9,
+                       amqp >=0.17,
+                       unix >= 2.7
+
+  ghc-options:         -threaded -Wall
+
+  default-language:    Haskell98
+
+  other-modules:       Network.AMQP.Utils.Options,
+                       Network.AMQP.Utils.Helpers,
+                       Network.AMQP.Utils.Connection,
+                       Paths_amqp_utils
 
 source-repository head
   type:                git
don't click here