From 7c6d83c550d7db73b5487d9ba1c32217b2c62ddf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Dec 2013 22:07:39 +0100 Subject: [PATCH] haskell-tasty: update to version 0.4.1.1 --- pkgs/development/libraries/haskell/tasty/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/tasty/default.nix b/pkgs/development/libraries/haskell/tasty/default.nix index 41fa16b916d..c2c05a68f07 100644 --- a/pkgs/development/libraries/haskell/tasty/default.nix +++ b/pkgs/development/libraries/haskell/tasty/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "tasty"; - version = "0.4.0.1"; - sha256 = "04nnjg04520lvjm8h2ma0ihm4bz6p0ppk445i8gmn82ixwan76h0"; + version = "0.4.1.1"; + sha256 = "09xha87ivkllczbf0vf2n8zjn1wa5g8v8j1h9ad3207r45ndzn0w"; buildDepends = [ ansiTerminal deepseq mtl optparseApplicative regexPosix stm tagged ];