summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2013-03-04 00:05:02 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-03-04 17:26:50 -0500
commitd6511f13631c8744c25c53a99d18d3dbd8ff6ac5 (patch)
treea11be37e4b449f4929f3b651db324df2aa1d1864 /haskell
parent7fc5cdfd9f21f601afddca88c472ad63a7fd1d84 (diff)
downloadslackbuilds-d6511f13631c8744c25c53a99d18d3dbd8ff6ac5.tar.gz
slackbuilds-d6511f13631c8744c25c53a99d18d3dbd8ff6ac5.tar.xz
haskell/haskell-zlib: Updated for version 0.5.4.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-zlib/haskell-zlib.SlackBuild6
-rw-r--r--haskell/haskell-zlib/haskell-zlib.info6
-rw-r--r--haskell/haskell-zlib/slack-desc10
3 files changed, 11 insertions, 11 deletions
diff --git a/haskell/haskell-zlib/haskell-zlib.SlackBuild b/haskell/haskell-zlib/haskell-zlib.SlackBuild
index c7608c45b7..4fc365e9e3 100644
--- a/haskell/haskell-zlib/haskell-zlib.SlackBuild
+++ b/haskell/haskell-zlib/haskell-zlib.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for zlib
# Copyright 2010 Peter Wang
-# 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
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-zlib
-VERSION=${VERSION:-0.5.3.3}
+VERSION=${VERSION:-0.5.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +59,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/haskell/haskell-zlib/haskell-zlib.info b/haskell/haskell-zlib/haskell-zlib.info
index e0a39b07ab..954293d936 100644
--- a/haskell/haskell-zlib/haskell-zlib.info
+++ b/haskell/haskell-zlib/haskell-zlib.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-zlib"
-VERSION="0.5.3.3"
+VERSION="0.5.4.0"
HOMEPAGE="http://hackage.haskell.org/package/zlib"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/zlib/0.5.3.3/zlib-0.5.3.3.tar.gz"
-MD5SUM="1649e56d13ce2c6a6a9210227401dbbc"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/zlib/0.5.4.0/zlib-0.5.4.0.tar.gz"
+MD5SUM="eb5984b936a7c37a0cdaa357149176b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"
diff --git a/haskell/haskell-zlib/slack-desc b/haskell/haskell-zlib/slack-desc
index 9f634083f1..56ef0ebfd8 100644
--- a/haskell/haskell-zlib/slack-desc
+++ b/haskell/haskell-zlib/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-zlib: haskell-zlib (compression library for Haskell)