{ lib, mkDerivation, amqp, base, bytestring, connection, containers , data-default-class, process, text, time, tls, x509-system, unix , hinotify, magic, network, directory, utf8-string, filepath }: mkDerivation { pname = "amqp-utils"; version = "0.6.2.4"; src = ./.; isLibrary = false; isExecutable = true; enableSharedExecutables = false; executableHaskellDepends = [ amqp base bytestring connection containers data-default-class process text time tls x509-system unix hinotify magic network directory utf8-string filepath ]; description = "AMQP toolset for the command line"; license = lib.licenses.gpl3Only; }