{ mkDerivation, amqp, base, bytestring, connection, containers , data-default-class, process, stdenv, text, time, tls, x509-system , unix, hinotify, magic, network, directory, utf8-string }: mkDerivation { pname = "amqp-utils"; version = "0.4.3.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 ]; description = "Generic Haskell AMQP Consumer"; license = stdenv.lib.licenses.gpl3; }