diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-09-12 17:35:20 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-16 00:45:39 +0700 |
commit | 2d18357aa157a07409704e348877bf79e44f3885 (patch) | |
tree | 5ccce48506a2201e02a30053fa839a8180010042 | |
parent | ee96a37658ad00446134fe6af203b35d87d0ac4c (diff) | |
download | slackbuilds-2d18357aa157a07409704e348877bf79e44f3885.tar.gz |
haskell/haskell-QuickCheck: Updated for version 2.14.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-QuickCheck/haskell-QuickCheck.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild index 4c7e00a0a8..4ac0628c7a 100644 --- a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild +++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-QuickCheck -VERSION=${VERSION:-2.12.6.1} +VERSION=${VERSION:-2.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.info b/haskell/haskell-QuickCheck/haskell-QuickCheck.info index 61571f9f03..54f5eeba9c 100644 --- a/haskell/haskell-QuickCheck/haskell-QuickCheck.info +++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.info @@ -1,10 +1,10 @@ PRGNAM="haskell-QuickCheck" -VERSION="2.12.6.1" +VERSION="2.14.2" HOMEPAGE="https://hackage.haskell.org/package/QuickCheck" -DOWNLOAD="https://hackage.haskell.org/package/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz" -MD5SUM="ec177cd01bdadd133d3555e6287bd624" +DOWNLOAD="https://hackage.haskell.org/package/QuickCheck-2.14.2/QuickCheck-2.14.2.tar.gz" +MD5SUM="b48574aeb82a44b724c1c889254bb9e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-erf haskell-extensible-exceptions haskell-random haskell-tf-random" +REQUIRES="haskell-erf haskell-extensible-exceptions haskell-random haskell-tf-random haskell-splitmix" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |