summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Mikko Värri2012-01-10 19:27:15 +0100
committer Erik Hanson2012-01-13 21:43:36 +0100
commit72545dc93351e8fa7ba9a5e4cb6051e209b062e0 (patch)
treec0d6400c0a79258cd322f8bae74ebb9bd15fad7e /haskell
parent54fc503ee55cfcebd7872a09e37053df2d2a8371 (diff)
downloadslackbuilds-72545dc93351e8fa7ba9a5e4cb6051e209b062e0.tar.gz
haskell/haskell-text: Updated for version 0.11.1.12.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-text/haskell-text.SlackBuild16
-rw-r--r--haskell/haskell-text/haskell-text.info6
2 files changed, 11 insertions, 11 deletions
diff --git a/haskell/haskell-text/haskell-text.SlackBuild b/haskell/haskell-text/haskell-text.SlackBuild
index e79f1592c2..7acf034b1c 100644
--- a/haskell/haskell-text/haskell-text.SlackBuild
+++ b/haskell/haskell-text/haskell-text.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for text
-# Copyright 2011 Mikko Värri, Finland
+# Copyright 2012 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-text
-VERSION=${VERSION:-0.11.1.5}
+VERSION=${VERSION:-0.11.1.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,24 +75,24 @@ find . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-runghc Setup.lhs configure \
+runghc Setup configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \
--enable-shared \
--docdir=/usr/doc/$PRGNAM-$VERSION
-runghc Setup.lhs build
-runghc Setup.lhs haddock
-runghc Setup.lhs copy --destdir=$PKG
-runghc Setup.lhs register --gen-pkg-config
+runghc Setup build
+runghc Setup haddock
+runghc Setup copy --destdir=$PKG
+runghc Setup register --gen-pkg-config
PKGCONFD=/usr/lib${LIBDIRSUFFIX}/ghc-${GHC_VERSION}/package.conf.d
PKGID=$( grep -E "^id: " $SRCNAM-$VERSION.conf | cut -d" " -f2 )
mkdir -p $PKG/$PKGCONFD
mv $SRCNAM-$VERSION.conf $PKG/$PKGCONFD/$PKGID.conf
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/haskell/haskell-text/haskell-text.info b/haskell/haskell-text/haskell-text.info
index eb79d497fa..5dccfa0039 100644
--- a/haskell/haskell-text/haskell-text.info
+++ b/haskell/haskell-text/haskell-text.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-text"
-VERSION="0.11.1.5"
+VERSION="0.11.1.12"
HOMEPAGE="http://hackage.haskell.org/package/text"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/text/0.11.1.5/text-0.11.1.5.tar.gz"
-MD5SUM="7272ff917f0f32495469611308085e9d"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/text/0.11.1.12/text-0.11.1.12.tar.gz"
+MD5SUM="26aa8e1030cdf04488683bcfb4fa87e5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"