summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri2012-06-27 22:05:19 +0200
committer dsomero2012-06-27 22:05:19 +0200
commitb7bbc57724fed0818e8804775959c64c7c3f652a (patch)
treeb75505e25b6fc193bb213b333aea6383fd9c408d
parent37a5dd292474bd1783f1d119d34419a6fbf04e4e (diff)
downloadslackbuilds-b7bbc57724fed0818e8804775959c64c7c3f652a.tar.gz
haskell/haskell-QuickCheck: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--haskell/haskell-QuickCheck/README2
-rw-r--r--haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild3
-rw-r--r--haskell/haskell-QuickCheck/haskell-QuickCheck.info2
3 files changed, 4 insertions, 3 deletions
diff --git a/haskell/haskell-QuickCheck/README b/haskell/haskell-QuickCheck/README
index fc75575469..660cf08d8e 100644
--- a/haskell/haskell-QuickCheck/README
+++ b/haskell/haskell-QuickCheck/README
@@ -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
diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild
index 4788103357..27bb8a97d7 100644
--- a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild
+++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild
@@ -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
diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.info b/haskell/haskell-QuickCheck/haskell-QuickCheck.info
index ce2e564aa9..650a2aae57 100644
--- a/haskell/haskell-QuickCheck/haskell-QuickCheck.info
+++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="rworkman,Niels Horn"
+APPROVED="dsomero"