summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-parallel
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2012-06-27 16:04:46 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-27 16:04:46 -0400
commitff43e08ccc31af98cbb081d214d50ad1265ae6f3 (patch)
treeeb19df089e9ebf3b2458c382f4f77ff02671a31f /haskell/haskell-parallel
parent50957a8b4a6e544d298fc21b495f90e6e24eb95f (diff)
downloadslackbuilds-ff43e08ccc31af98cbb081d214d50ad1265ae6f3.tar.gz
slackbuilds-ff43e08ccc31af98cbb081d214d50ad1265ae6f3.tar.xz
haskell/haskell-parallel: Updated for version 3.2.0.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-parallel')
-rw-r--r--haskell/haskell-parallel/README2
-rw-r--r--haskell/haskell-parallel/haskell-parallel.SlackBuild3
-rw-r--r--haskell/haskell-parallel/haskell-parallel.info8
3 files changed, 7 insertions, 6 deletions
diff --git a/haskell/haskell-parallel/README b/haskell/haskell-parallel/README
index 4a6738c63f..aed659cc9f 100644
--- a/haskell/haskell-parallel/README
+++ b/haskell/haskell-parallel/README
@@ -1,6 +1,6 @@
This package provides a library for parallel programming in Haskell.
-This requires ghc and haskell-deepseq.
+This requires ghc.
After uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache
diff --git a/haskell/haskell-parallel/haskell-parallel.SlackBuild b/haskell/haskell-parallel/haskell-parallel.SlackBuild
index 31a214a135..16bdffdf55 100644
--- a/haskell/haskell-parallel/haskell-parallel.SlackBuild
+++ b/haskell/haskell-parallel/haskell-parallel.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-parallel
-VERSION=${VERSION:-3.2.0.2}
+VERSION=${VERSION:-3.2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -78,6 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \
runghc Setup configure \
--prefix=/usr \
--enable-shared \
+ --enable-library-profiling \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \
--docdir=/usr/doc/$PRGNAM-$VERSION
diff --git a/haskell/haskell-parallel/haskell-parallel.info b/haskell/haskell-parallel/haskell-parallel.info
index be51956174..09cba1524b 100644
--- a/haskell/haskell-parallel/haskell-parallel.info
+++ b/haskell/haskell-parallel/haskell-parallel.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-parallel"
-VERSION="3.2.0.2"
+VERSION="3.2.0.3"
HOMEPAGE="http://hackage.haskell.org/package/parallel"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/parallel/3.2.0.2/parallel-3.2.0.2.tar.gz"
-MD5SUM="a4201b7bcf33bb481303185d46b61b02"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/parallel/3.2.0.3/parallel-3.2.0.3.tar.gz"
+MD5SUM="a5534bf154412990aaa1700136ff36e0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="dsomero,Niels Horn"
+APPROVED="dsomero"