summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Mikko Värri2014-03-10 22:47:05 +0100
committer Willy Sudiarto Raharjo2015-04-04 02:46:48 +0200
commit8e7ad883801537709b4aa5d7ef4b4f7a79fc14bd (patch)
tree6c633f2876cfe68b3d5c364b20dd6fa78f1cff9a /haskell
parent0bc1238c2954ea5948328ed1c97f6aad88d79399 (diff)
downloadslackbuilds-8e7ad883801537709b4aa5d7ef4b4f7a79fc14bd.tar.gz
haskell/haskell-dlist: Updated for version 0.7.1.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-dlist/haskell-dlist.SlackBuild8
-rw-r--r--haskell/haskell-dlist/haskell-dlist.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/haskell/haskell-dlist/haskell-dlist.SlackBuild b/haskell/haskell-dlist/haskell-dlist.SlackBuild
index 4a5bd32b39..df6cb369c8 100644
--- a/haskell/haskell-dlist/haskell-dlist.SlackBuild
+++ b/haskell/haskell-dlist/haskell-dlist.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for dlist
# Written by Peter Wang (novalazy@gmail.com)
-# Copyright 2012 Mikko Värri, Finland
+# Copyright 2015 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-dlist
-VERSION=${VERSION:-0.5}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.7.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
@@ -98,7 +98,7 @@ 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 README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md $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-dlist/haskell-dlist.info b/haskell/haskell-dlist/haskell-dlist.info
index 341e3f2208..2429ae1755 100644
--- a/haskell/haskell-dlist/haskell-dlist.info
+++ b/haskell/haskell-dlist/haskell-dlist.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-dlist"
-VERSION="0.5"
+VERSION="0.7.1"
HOMEPAGE="http://hackage.haskell.org/package/dlist"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/dlist/0.5/dlist-0.5.tar.gz"
-MD5SUM="54f6c18ff689b7ef54e3229dc4a94107"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/dlist/0.7.1/dlist-0.7.1.tar.gz"
+MD5SUM="c6392f6d41a7ac872af792822b8042eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"