From cdd7787ca6125765bf0aa2e272915d945364535c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 16 Nov 2014 00:58:32 +0100 Subject: [PATCH] haskell-tasty-quickcheck: update to version 0.8.3.1 --- .../libraries/haskell/tasty-quickcheck/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/tasty-quickcheck/default.nix b/pkgs/development/libraries/haskell/tasty-quickcheck/default.nix index ef9137bfadd..8692daaa482 100644 --- a/pkgs/development/libraries/haskell/tasty-quickcheck/default.nix +++ b/pkgs/development/libraries/haskell/tasty-quickcheck/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "tasty-quickcheck"; - version = "0.8.3"; - sha256 = "0vfxdcsj92d5z3yx45ccymln7ikdvqryc64x33gkyv1yqk4h42r9"; + version = "0.8.3.1"; + sha256 = "0shmph95vys2l0ik3k615aigcvfas0f2079c1lbw73d0wrm841gn"; buildDepends = [ QuickCheck tagged tasty ]; testDepends = [ pcreLight tasty tastyHunit ]; meta = {