summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-terminfo/haskell-terminfo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-terminfo/haskell-terminfo.SlackBuild')
-rw-r--r--haskell/haskell-terminfo/haskell-terminfo.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-terminfo/haskell-terminfo.SlackBuild b/haskell/haskell-terminfo/haskell-terminfo.SlackBuild
index c2c159cc94..e95babfb42 100644
--- a/haskell/haskell-terminfo/haskell-terminfo.SlackBuild
+++ b/haskell/haskell-terminfo/haskell-terminfo.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=haskell-terminfo
VERSION=${VERSION:-0.3.2.3}
-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