Date: Tuesday, October 13, 2015 @ 03:34:38 Author: fyan Revision: 143813
upgpkg: haskell-aeson 0.9.0.1-4 enable profiling libraries Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-13 01:19:18 UTC (rev 143812) +++ PKGBUILD 2015-10-13 01:34:38 UTC (rev 143813) @@ -6,7 +6,7 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=0.9.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/bos/aeson" license=("GPL") @@ -21,9 +21,9 @@ build() { cd "$srcdir/$_hkgname-$pkgver" - runhaskell Setup configure -O --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --libsubdir=\$compiler/site-local/\$pkgid + runhaskell Setup configure -O --enable-library-profiling --enable-shared \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ + --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script
