about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-07 11:26:10 +0200
committerPeter Simons <simons@cryp.to>2014-07-08 15:58:22 +0200
commit3ce4ec0ba963d68d15ac8b41cb4d4e40a0ea346d (patch)
treee9b0005e72587cc9b6e961e1a65a6810a23ffa2a
parentc64784a002d34b145628ea449d7f836dbbc34bda (diff)
haskell-tasty: update to version 0.8.1.3
-rw-r--r--pkgs/development/libraries/haskell/tasty/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/tasty/default.nix b/pkgs/development/libraries/haskell/tasty/default.nix
index 1120413cb9882..d817fef07f1ff 100644
--- a/pkgs/development/libraries/haskell/tasty/default.nix
+++ b/pkgs/development/libraries/haskell/tasty/default.nix
@@ -1,13 +1,13 @@
 { cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
-, regexTdfa, stm, tagged, unboundedDelays
+, regexTdfaRc, stm, tagged, unboundedDelays
 }:
 
 cabal.mkDerivation (self: {
   pname = "tasty";
-  version = "0.8.1.2";
-  sha256 = "07pxnm9cx28vlfypa4psnnxcfx1i4qwimkf0nkfzqkhzqb85a58s";
+  version = "0.8.1.3";
+  sha256 = "0hc030ms89w3cl1k3r8nrym3g7sg2n66ch2ljg6d7fwhrsgxnagf";
   buildDepends = [
-    ansiTerminal async deepseq mtl optparseApplicative regexTdfa stm
+    ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
     tagged unboundedDelays
   ];
   meta = {