From c2e628585ce0f3749b5d2494de761bdfa80ea3ce Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Thu, 15 May 2014 16:08:24 +0200 Subject: [PATCH] haskell-cond: update to version 0.4.1 --- pkgs/development/libraries/haskell/cond/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/cond/default.nix b/pkgs/development/libraries/haskell/cond/default.nix index c0c3d6ca7842..58efe5dd29de 100644 --- a/pkgs/development/libraries/haskell/cond/default.nix +++ b/pkgs/development/libraries/haskell/cond/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "cond"; - version = "0.4.0.2"; - sha256 = "13m7bcsx4nch767kf9wza0vqql711b8vjd3m5cahrvb7xbh3g593"; + version = "0.4.1"; + sha256 = "16xk8clsxv5qi5f745xvs44y8p8dnmlmjkjzwqz9jl8fbmkmki3b"; meta = { homepage = "https://github.com/kallisti-dev/cond"; description = "Basic conditional and boolean operators with monadic variants";