]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
release 0.6.2.0 0.6.2.0
authorFrank Doepper <[email protected]>
Wed, 25 Aug 2021 09:57:12 +0000 (11:57 +0200)
committerFrank Doepper <[email protected]>
Wed, 25 Aug 2021 09:57:12 +0000 (11:57 +0200)
ChangeLog.md
amqp-utils.cabal
amqp-utils.nix
debian/changelog

index 3cbfd3422a816111defd6df406c26222b5c185f3..4f065ca8e79460a75116325218846a373356215b 100644 (file)
@@ -1,5 +1,9 @@
 # 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
index 10ba9200e528f8a2b3914ee800522a2935eb50b7..702183fc3fe6680e35514fa9ceeda0e7c31ac820 100644 (file)
@@ -1,6 +1,6 @@
 name:                amqp-utils
 
-version:             0.6.1.1
+version:             0.6.2.0
 
 synopsis:            AMQP toolset for the command line
 
index 7b8b92f69c1f88f42a16bb8d42bfd005bfd9a129..55ba2b62792da40101902ca2bca4d85ccc1b790c 100644 (file)
@@ -1,7 +1,8 @@
-{ 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";
@@ -15,5 +16,5 @@ mkDerivation {
     directory utf8-string filepath
   ];
   description = "AMQP toolset for the command line";
-  license = stdenv.lib.licenses.gpl3Only;
+  license = lib.licenses.gpl3Only;
 }
index a9285d9747ae3ca75d7a4f81053d5c887cc5308c..c04cb793224eb6ea1431c3ac480cdbbe24315a3c 100644 (file)
@@ -1,3 +1,9 @@
+haskell-amqp-utils (0.6.2.0) unstable; urgency=medium
+
+  * agitprop: option to move sent file to another dir instead of just removing
+
+ -- Frank Doepper <[email protected]>  Wed, 25 Aug 2021 11:53:04 +0200
+
 haskell-amqp-utils (0.6.1.1) unstable; urgency=medium
 
   * disable inotify on non-linux