summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-05-30 16:46:03 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-01 23:54:53 +0700
commitdbcf06648d05371c12897b2e7a41eb3cae7c4550 (patch)
treecf6a97a3b612048975a05b6a3c20b10e5c2d99f8 /haskell
parent8277aa453b23593d11b289502834b2e9c43551ae (diff)
downloadslackbuilds-dbcf06648d05371c12897b2e7a41eb3cae7c4550.tar.gz
slackbuilds-dbcf06648d05371c12897b2e7a41eb3cae7c4550.tar.xz
haskell/haskell-QuickCheck: Updated for version 2.8.2.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild6
-rw-r--r--haskell/haskell-QuickCheck/haskell-QuickCheck.info6
2 files changed, 7 insertions, 5 deletions
diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild
index 3134f01ced..a887b55efb 100644
--- a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild
+++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-QuickCheck
-VERSION=${VERSION:-2.7.6}
+VERSION=${VERSION:-2.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,7 +97,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ LICENSE README changelog \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.info b/haskell/haskell-QuickCheck/haskell-QuickCheck.info
index 7c6f163eb9..4d75d23040 100644
--- a/haskell/haskell-QuickCheck/haskell-QuickCheck.info
+++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-QuickCheck"
-VERSION="2.7.6"
+VERSION="2.8.2"
HOMEPAGE="http://hackage.haskell.org/package/QuickCheck"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/QuickCheck/2.7.6/QuickCheck-2.7.6.tar.gz"
-MD5SUM="b936f766ffc9f41feb041beaf96b5fe5"
+DOWNLOAD="http://hackage.haskell.org/package/QuickCheck-2.8.2/QuickCheck-2.8.2.tar.gz"
+MD5SUM="10cff478264f593380310f1f4c0fe551"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-extensible-exceptions haskell-mtl haskell-random haskell-tf-random"