haskell-QuickCheck: update to version 2.5.1.1

This commit is contained in:
Peter Simons
2012-09-24 11:58:41 +02:00
parent df80a705af
commit 7621bd32ae
2 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
{ cabal, extensibleExceptions, random }:
{ cabal, random }:
cabal.mkDerivation (self: {
pname = "QuickCheck";
version = "2.5";
sha256 = "0a4ibyw5abm7ds6pds41147phjkccx8v60vqdj05c5n28hbzbgbh";
buildDepends = [ extensibleExceptions random ];
version = "2.5.1.1";
sha256 = "1ff2mhm27l8cc8nrsbw2z65dc9m7h879jykl5g7yqip5l88j0jcq";
buildDepends = [ random ];
meta = {
homepage = "http://code.haskell.org/QuickCheck";
description = "Automatic testing of Haskell programs";