# Revision history for haskell-amqp-utils
+## 0.6.2.0 -- 2021-08-25
+
+* agitprop: option to move sent file to another dir instead of just removing
+
## 0.6.1.1 -- 2021-05-11
* disable inotify on non-linux
-{ mkDerivation, amqp, base, bytestring, connection, containers
-, data-default-class, process, stdenv, text, time, tls, x509-system
-, unix, hinotify, magic, network, directory, utf8-string, filepath
+{ 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.0";
directory utf8-string filepath
];
description = "AMQP toolset for the command line";
- license = stdenv.lib.licenses.gpl3Only;
+ license = lib.licenses.gpl3Only;
}
+haskell-amqp-utils (0.6.2.0) unstable; urgency=medium
+
+ * agitprop: option to move sent file to another dir instead of just removing
+
+
haskell-amqp-utils (0.6.1.1) unstable; urgency=medium
* disable inotify on non-linux