summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-vector/haskell-vector.SlackBuild6
-rw-r--r--haskell/haskell-vector/haskell-vector.info6
-rw-r--r--haskell/haskell-vector/slack-desc10
3 files changed, 11 insertions, 11 deletions
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)