X-Git-Url: https://woffs.de/git/fd/haskell-amqp-utils.git/blobdiff_plain/09d9ebc2743d18cd45a445d48df24f4db9c65714..bb262c2355fab1a540c383119df17cac60e8ea7d:/amqp-utils.nix diff --git a/amqp-utils.nix b/amqp-utils.nix index 353c452..469c5c9 100644 --- a/amqp-utils.nix +++ b/amqp-utils.nix @@ -1,17 +1,17 @@ { mkDerivation, amqp, base, bytestring, connection, containers , data-default-class, process, stdenv, text, time, tls, x509-system -, unix, hinotify +, unix, hinotify, magic }: mkDerivation { pname = "amqp-utils"; - version = "0.3.1.1"; + version = "0.3.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 + process text time tls x509-system unix hinotify magic ]; description = "Generic Haskell AMQP Consumer"; license = stdenv.lib.licenses.gpl3;