haskell/haskell-QuickCheck: Updated for version 2.7.6.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
parent
aa272f6192
commit
724bc928ef
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue