haskell/haskell-Diff: Adjust build for ghc 7.4.x.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2012-06-27 15:53:57 -04:00 committed by dsomero
parent 48f614f4af
commit d7baa27454
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,6 @@
Basic implementation of the standard O(ND) diff algorithm.
This requires ghc.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache

View file

@ -24,7 +24,7 @@
PRGNAM=haskell-Diff
VERSION=${VERSION:-0.1.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

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="Niels Horn"
APPROVED="dsomero"