1 { mkDerivation, amqp, base, bytestring, connection, containers
2 , data-default-class, process, stdenv, text, time, tls, x509-system
3 , unix, hinotify, magic, network, directory, utf8-string, filepath
11 enableSharedExecutables = false;
12 executableHaskellDepends = [
13 amqp base bytestring connection containers data-default-class
14 process text time tls x509-system unix hinotify magic network
15 directory utf8-string filepath
17 description = "AMQP toolset for the command line";
18 license = stdenv.lib.licenses.gpl3Only;