diff options
Diffstat (limited to 'haskell/haskell-parsec/haskell-parsec.SlackBuild')
-rw-r--r-- | haskell/haskell-parsec/haskell-parsec.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-parsec/haskell-parsec.SlackBuild b/haskell/haskell-parsec/haskell-parsec.SlackBuild index ca467dd346..19975ff15e 100644 --- a/haskell/haskell-parsec/haskell-parsec.SlackBuild +++ b/haskell/haskell-parsec/haskell-parsec.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-parsec -VERSION=${VERSION:-3.1.2} +VERSION=${VERSION:-3.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -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 |