1 { mkDerivation, amqp, base, bytestring, connection, containers
2 , data-default-class, process, stdenv, text, time, tls, x509-system
3 , unix, hinotify, magic
11 enableSharedExecutables = false;
12 executableHaskellDepends = [
13 amqp base bytestring connection containers data-default-class
14 process text time tls x509-system unix hinotify magic
16 description = "Generic Haskell AMQP Consumer";
17 license = stdenv.lib.licenses.gpl3;