mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
haskell/haskell-QuickCheck: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
37a5dd2924
commit
b7bbc57724
3 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ of properties which functions should satisfy, and QuickCheck then
|
|||
tests that the properties hold in a large number of randomly
|
||||
generated cases.
|
||||
|
||||
This requires ghc, haskell-transformers, and haskell-mtl.
|
||||
This requires ghc, haskell-transformers, haskell-mtl, and haskell-random.
|
||||
|
||||
After uninstalling, run this command to unregister the package from the ghc
|
||||
package database: ghc-pkg recache
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=haskell-QuickCheck
|
||||
VERSION=${VERSION:-2.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
|
||||
|
@ -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
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue