From 625430d675a7de5bf07a33f080ad1b66a2ea698a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Mon, 4 Mar 2013 00:04:59 -0500 Subject: haskell/haskell-vector: Updated for version 0.10.0.1. Signed-off-by: dsomero --- haskell/haskell-vector/haskell-vector.SlackBuild | 6 +++--- haskell/haskell-vector/haskell-vector.info | 6 +++--- haskell/haskell-vector/slack-desc | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'haskell') diff --git a/haskell/haskell-vector/haskell-vector.SlackBuild b/haskell/haskell-vector/haskell-vector.SlackBuild index afbc863ec5..9f1b69874b 100644 --- a/haskell/haskell-vector/haskell-vector.SlackBuild +++ b/haskell/haskell-vector/haskell-vector.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vector -# Copyright 2012 Mikko Värri, Finland +# Copyright 2013 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-vector -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.10.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,7 +97,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 Changelog $PKG/usr/doc/$PRGNAM-$VERSION +cp -a 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-vector/haskell-vector.info b/haskell/haskell-vector/haskell-vector.info index 5812717078..3ae9a8ab4f 100644 --- a/haskell/haskell-vector/haskell-vector.info +++ b/haskell/haskell-vector/haskell-vector.info @@ -1,8 +1,8 @@ PRGNAM="haskell-vector" -VERSION="0.9.1" +VERSION="0.10.0.1" HOMEPAGE="http://hackage.haskell.org/package/vector" -DOWNLOAD="http://hackage.haskell.org/packages/archive/vector/0.9.1/vector-0.9.1.tar.gz" -MD5SUM="d8269d98438074a52541334645b41568" +DOWNLOAD="http://hackage.haskell.org/packages/archive/vector/0.10.0.1/vector-0.10.0.1.tar.gz" +MD5SUM="a0d48ebfe68c8b90cb1d09589d86a79c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-primitive" diff --git a/haskell/haskell-vector/slack-desc b/haskell/haskell-vector/slack-desc index d0335ebfde..f4c225b8be 100644 --- a/haskell/haskell-vector/slack-desc +++ b/haskell/haskell-vector/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| haskell-vector: haskell-vector (Efficient Arrays) -- cgit v1.2.3