diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:05:19 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:05:19 -0400 |
commit | b7bbc57724fed0818e8804775959c64c7c3f652a (patch) | |
tree | b75505e25b6fc193bb213b333aea6383fd9c408d /haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild | |
parent | 37a5dd292474bd1783f1d119d34419a6fbf04e4e (diff) |
haskell/haskell-QuickCheck: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild')
-rw-r--r-- | haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild index 4788103357771..27bb8a97d74fa 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 |