]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
debian-pure
authorFrank Doepper <[email protected]>
Mon, 9 Jul 2018 16:55:06 +0000 (18:55 +0200)
committerFrank Doepper <[email protected]>
Mon, 9 Jul 2018 20:55:53 +0000 (22:55 +0200)
debian/control

index f3d27e9928a18f1c8a794f4f096e77acb6d31766..55aba7e1e8cfa3baed12ab7c8d3c41b91a8f25e2 100644 (file)
@@ -3,9 +3,21 @@ Maintainer: Frank Doepper <[email protected]>
 Priority: optional
 Section: haskell
 Build-Depends: debhelper (>= 7.0)
-               , ghc (>= 7.10) | stack
-               , cabal-install
+               , ghc (>= 7.10)
                , libmagic-dev
+               , libghc-base-dev
+               , libghc-containers-dev
+               , libghc-text-dev
+               , libghc-connection-dev
+               , libghc-data-default-class-dev
+               , libghc-time-dev
+               , libghc-process-dev
+               , libghc-bytestring-dev
+               , libghc-x509-system-dev
+               , libghc-tls-dev
+               , libghc-amqp-dev
+               , libghc-hinotify-dev
+               , libghc-magic-dev
 Standards-Version: 3.9.8
 
 Package: haskell-amqp-utils
@@ -14,7 +26,7 @@ Section: misc
 Depends: ${shlibs:Depends}
          , ${misc:Depends}
 Description: Generic Haskell AMQP Consumer
- AMQP consumer which can
+ AMQP consumer and publisher which can
   - create a temporary queue and attach it to an exchange, or
   - attach to an existing queue;
   - display header and body info;
don't click here