diff options
Diffstat (limited to 'community/haskell-hslogger/PKGBUILD')
-rw-r--r-- | community/haskell-hslogger/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD index 115e42e89..7b6e112b6 100644 --- a/community/haskell-hslogger/PKGBUILD +++ b/community/haskell-hslogger/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 41263 2011-03-04 22:40:08Z remy $ +# $Id: PKGBUILD 46145 2011-05-04 08:33:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Arch Haskell Team <arch-haskell@haskell.org> _hkgname=hslogger pkgname=haskell-hslogger pkgver=1.1.0 -pkgrel=3.1 +pkgrel=4 pkgdesc="Versatile logging framework" url="http://hackage.haskell.org/package/${_hkgname}" license=('LGPL') @@ -19,7 +19,8 @@ md5sums=('8039e079338dae19e1273bbd73332014') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} -O \ - --enable-split-objs --enable-shared --libsubdir=\$compiler/site-local/\$pkgid + --enable-split-objs --enable-shared --libsubdir=\$compiler/site-local/\$pkgid \ + --enable-library-profiling runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script |