haskell/haskell-QuickCheck: Updated for version 2.7.6.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
Mikko Värri 2014-03-10 23:35:32 +02:00 committed by Willy Sudiarto Raharjo
parent aa272f6192
commit 724bc928ef
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for QuickCheck
# Copyright 2013 Mikko Värri, Finland
# Copyright 2015 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-QuickCheck
VERSION=${VERSION:-2.5.1.1}
VERSION=${VERSION:-2.7.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="haskell-QuickCheck"
VERSION="2.5.1.1"
VERSION="2.7.6"
HOMEPAGE="http://hackage.haskell.org/package/QuickCheck"
DOWNLOAD="http://hackage.haskell.org/packages/archive/QuickCheck/2.5.1.1/QuickCheck-2.5.1.1.tar.gz"
MD5SUM="2631b41c8b6e297b52622d1698387f09"
DOWNLOAD="http://hackage.haskell.org/packages/archive/QuickCheck/2.7.6/QuickCheck-2.7.6.tar.gz"
MD5SUM="b936f766ffc9f41feb041beaf96b5fe5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-extensible-exceptions haskell-mtl haskell-random"
REQUIRES="haskell-extensible-exceptions haskell-mtl haskell-random haskell-tf-random"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"