summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-05-30 16:52:30 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-01 23:54:53 +0700
commit726bc7c885b12fa471527d012e65a876dfba7874 (patch)
tree28decfceaec0c75e50d6c178c80f942c7281a2ee /haskell
parentff3b52ecf6a9ea123cee2f4b2b6f67ab4bea4623 (diff)
downloadslackbuilds-726bc7c885b12fa471527d012e65a876dfba7874.tar.gz
slackbuilds-726bc7c885b12fa471527d012e65a876dfba7874.tar.xz
haskell/haskell-tf-random: Updated for version 0.5.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-tf-random/haskell-tf-random.SlackBuild6
-rw-r--r--haskell/haskell-tf-random/haskell-tf-random.info6
2 files changed, 7 insertions, 5 deletions
diff --git a/haskell/haskell-tf-random/haskell-tf-random.SlackBuild b/haskell/haskell-tf-random/haskell-tf-random.SlackBuild
index 149f101ace..255654a83b 100644
--- a/haskell/haskell-tf-random/haskell-tf-random.SlackBuild
+++ b/haskell/haskell-tf-random/haskell-tf-random.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-tf-random
-VERSION=${VERSION:-0.4}
+VERSION=${VERSION:-0.5}
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 \
+ ChangeLog LICENSE* \
+ $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-tf-random/haskell-tf-random.info b/haskell/haskell-tf-random/haskell-tf-random.info
index 0e80f77e80..7b43483a1d 100644
--- a/haskell/haskell-tf-random/haskell-tf-random.info
+++ b/haskell/haskell-tf-random/haskell-tf-random.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-tf-random"
-VERSION="0.4"
+VERSION="0.5"
HOMEPAGE="http://hackage.haskell.org/package/tf-random"
-DOWNLOAD="http://hackage.haskell.org/package/tf-random-0.4/tf-random-0.4.tar.gz"
-MD5SUM="95de4ea1d30cb42d69b39b6ba8099bbf"
+DOWNLOAD="http://hackage.haskell.org/package/tf-random-0.5/tf-random-0.5.tar.gz"
+MD5SUM="569f8acb14d09227f136a53ffd84b7b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-primitive haskell-random"