summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2012-06-27 16:08:42 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-27 16:08:42 -0400
commit22e755c2387b7fb94253f3cb996bf7266a1d1c7f (patch)
tree4ef455b06b85c8a70d0e08d9471ee8bed81e4369 /haskell
parente78088b2decec84e380a450c91de1df2fa0de0a9 (diff)
downloadslackbuilds-22e755c2387b7fb94253f3cb996bf7266a1d1c7f.tar.gz
slackbuilds-22e755c2387b7fb94253f3cb996bf7266a1d1c7f.tar.xz
haskell/haskell-terminfo: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-terminfo/haskell-terminfo.SlackBuild3
-rw-r--r--haskell/haskell-terminfo/haskell-terminfo.info2
2 files changed, 3 insertions, 2 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
diff --git a/haskell/haskell-terminfo/haskell-terminfo.info b/haskell/haskell-terminfo/haskell-terminfo.info
index 4376da59e4..a40d1e2b2d 100644
--- a/haskell/haskell-terminfo/haskell-terminfo.info
+++ b/haskell/haskell-terminfo/haskell-terminfo.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="dsomero,Niels Horn"
+APPROVED="dsomero"