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