]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
update cabal description
authorFrank Doepper <[email protected]>
Wed, 18 Sep 2019 08:33:10 +0000 (10:33 +0200)
committerFrank Doepper <[email protected]>
Wed, 18 Sep 2019 08:33:10 +0000 (10:33 +0200)
amqp-utils.cabal

index b62dc71220fc4b8fd1395d34b116c15173681d91..205cec9f2e0aa02f9e85a7417544c110956e41a4 100644 (file)
@@ -2,9 +2,10 @@ name:                amqp-utils
 
 version:             0.3.7.1
 
-synopsis:            Generic Haskell AMQP Consumer
+synopsis:            Generic Haskell AMQP tools
 
-description:         AMQP consumer which can
+description:         AMQP tools consisting of:
+  AMQP consumer which can
   create a temporary queue and attach it to an exchange, or
   attach to an existing queue;
   display header and body info;
@@ -12,6 +13,7 @@ description:         AMQP consumer which can
   call a callback script.
   AMQP publisher with file, line-by-line and
   hotfolder capabilities.
+  AMQP rpc client and server.
 
 license:             GPL-3
 
don't click here