]> woffs.de Git - fd/haskell-amqp-utils.git/blobdiff - amqp-utils.nix
travis: add ghc-8.4.3
[fd/haskell-amqp-utils.git] / amqp-utils.nix
index f9d0d33a5d959be9ca4afc04e0546613b9aa51e7..469c5c9bc5c5aeb91118f5a732a8d00e1ce9b4f0 100644 (file)
@@ -1,17 +1,17 @@
 { mkDerivation, amqp, base, bytestring, connection, containers
 , data-default-class, process, stdenv, text, time, tls, x509-system
 { 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";
 }:
 mkDerivation {
   pname = "amqp-utils";
-  version = "0.3.1.2";
+  version = "0.3.3.0";
   src = ./.;
   isLibrary = false;
   isExecutable = true;
   enableSharedExecutables = false;
   executableHaskellDepends = [
     amqp base bytestring connection containers data-default-class
   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;
   ];
   description = "Generic Haskell AMQP Consumer";
   license = stdenv.lib.licenses.gpl3;
don't click here