Date: Tuesday, October 13, 2015 @ 08:25:15 Author: fyan Revision: 143870
upgpkg: haskell-unix-compat 0.4.1.4-2 enable profiling libraries Modified: haskell-unix-compat/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-13 06:24:56 UTC (rev 143869) +++ PKGBUILD 2015-10-13 06:25:15 UTC (rev 143870) @@ -7,7 +7,7 @@ pkgname=haskell-unix-compat _hkgname=unix-compat pkgver=0.4.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Portable POSIX-compatibility layer." url="http://hackage.haskell.org/package/unix-compat" license=('BSD3') @@ -22,8 +22,8 @@ build() { cd "${srcdir}/${_hkgname}-${pkgver}" - runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ + 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
