From f777fd99dc7d0c837b0385b756d27c2f00d6ca76 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Dec 2013 20:37:03 +0100 Subject: [PATCH] haskell-tasty: update to version 0.7 --- pkgs/development/libraries/haskell/tasty/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/tasty/default.nix b/pkgs/development/libraries/haskell/tasty/default.nix index c88e3c268d2..2cf62b7cefd 100644 --- a/pkgs/development/libraries/haskell/tasty/default.nix +++ b/pkgs/development/libraries/haskell/tasty/default.nix @@ -1,13 +1,13 @@ { cabal, ansiTerminal, deepseq, either, mtl, optparseApplicative -, regexPosix, stm, tagged +, regexTdfa, stm, tagged }: cabal.mkDerivation (self: { pname = "tasty"; - version = "0.6"; - sha256 = "00mf8pxwingzywnzgh7dypask1spp18kpiwqjbf1y11dqbs6ib6w"; + version = "0.7"; + sha256 = "0nwhbbm70v2drv6kzdz65wws7gn8ph6583xpb6dw8g4j9aa1shxd"; buildDepends = [ - ansiTerminal deepseq either mtl optparseApplicative regexPosix stm + ansiTerminal deepseq either mtl optparseApplicative regexTdfa stm tagged ]; meta = {