summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild
diff options
context:
space:
mode:
author Mikko Värri2012-06-27 21:58:30 +0200
committer dsomero2012-06-27 21:58:30 +0200
commit12a5ed00753f7c895fd147667262da132777a088 (patch)
treeff44b649cb238d4e7776836cf37c5fe7a32b0de6 /haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild
parent9fba14885b62659874c9e4c2122e03e7a8c43091 (diff)
downloadslackbuilds-12a5ed00753f7c895fd147667262da132777a088.tar.gz
haskell/haskell-hashed-storage: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild')
-rw-r--r--haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild b/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild
index 4090f9f362..cbf5dc267c 100644
--- a/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild
+++ b/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=haskell-hashed-storage
VERSION=${VERSION:-0.5.9}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
@@ -80,6 +80,7 @@ runghc Setup configure \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \
--enable-shared \
+ --enable-library-profiling \
--docdir=/usr/doc/$PRGNAM-$VERSION
runghc Setup build