{ mkDerivation, amqp, base, bytestring, connection, containers , data-default-class, process, stdenv, text, time, tls, x509-system , unix, hinotify, magic, network, directory, utf8-string, filepath }: mkDerivation { pname = "amqp-utils"; version = "0.6.2.0"; 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 = stdenv.lib.licenses.gpl3Only; }