From c00944712d46fa510d699bc3974ab7f4e188ecbc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 5 Nov 2013 14:22:52 +0100 Subject: [PATCH] haskell-tasty: update to version 0.4 --- 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 df14857f9ab..07e4be2f0b7 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.3.1"; - sha256 = "0ipndrpywzg40s5hiwyyly29mcppcfqbbpwqqp4apma57m8cdpb0"; + version = "0.4"; + sha256 = "1gcaam49nm6fx0i2hlf1zih4rxzfgnsl4xiwnqifhz9m15n5laxq"; buildDepends = [ ansiTerminal mtl optparseApplicative regexPosix stm tagged ];