summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"