diff options
author | Mikko Värri | 2014-03-10 22:35:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2015-04-04 02:46:56 +0200 |
commit | 724bc928efd7a41b394b1d0a26e826f8afae8fa1 (patch) | |
tree | 9877d2a011c073cd03dcd696269a5e9e187f3dba | |
parent | aa272f6192c8fa33731f351065c238b6fc1b77fb (diff) | |
download | slackbuilds-724bc928efd7a41b394b1d0a26e826f8afae8fa1.tar.gz |
haskell/haskell-QuickCheck: Updated for version 2.7.6.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
-rw-r--r-- | haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild | 4 | ||||
-rw-r--r-- | haskell/haskell-QuickCheck/haskell-QuickCheck.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild index 4d4a16ebc4..3134f01ced 100644 --- a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild +++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild @@ -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} diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.info b/haskell/haskell-QuickCheck/haskell-QuickCheck.info index c0684d33b3..7c6f163eb9 100644 --- a/haskell/haskell-QuickCheck/haskell-QuickCheck.info +++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.info @@ -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" |