From 007060ae492bc593d224f1d5be24615bb49e9be1 Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Wed, 20 Feb 2013 11:58:04 +0100 Subject: [PATCH] haskell-smallcheck: update to version 1.0.1 --- pkgs/development/libraries/haskell/smallcheck/1.0.1.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/smallcheck/1.0.1.nix b/pkgs/development/libraries/haskell/smallcheck/1.0.1.nix index a11eb501a86..b7b0dc8e974 100644 --- a/pkgs/development/libraries/haskell/smallcheck/1.0.1.nix +++ b/pkgs/development/libraries/haskell/smallcheck/1.0.1.nix @@ -1,10 +1,10 @@ -{ cabal, dlist }: +{ cabal, logict, mtl }: cabal.mkDerivation (self: { pname = "smallcheck"; - version = "0.6.2"; - sha256 = "0yz7an3k71ia7sgs8xpkh37xz9ipsnbf13680185cij8llq8zbyr"; - buildDepends = [ dlist ]; + version = "1.0.1"; + sha256 = "1b8g7vgvwyz2smx16gbn73k749mazj2zmr2hjhqj4rk0433i6lpk"; + buildDepends = [ logict mtl ]; meta = { homepage = "https://github.com/feuerbach/smallcheck"; description = "A property-based testing library";