[arch-commits] Commit in haskell-case-insensitive/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Oct 10 09:44:52 UTC 2015


    Date: Saturday, October 10, 2015 @ 11:44:52
  Author: fyan
Revision: 143572

upgpkg: haskell-case-insensitive 1.2.0.5-2

enable profiling libraries

Modified:
  haskell-case-insensitive/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-10 09:42:54 UTC (rev 143571)
+++ PKGBUILD	2015-10-10 09:44:52 UTC (rev 143572)
@@ -5,7 +5,7 @@
 _hkgname=case-insensitive
 pkgname=haskell-case-insensitive
 pkgver=1.2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Case insensitive string comparison"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -18,8 +18,9 @@
 
 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} --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 -fnetwork-uri
     runhaskell Setup build
     runhaskell Setup haddock
     runhaskell Setup register   --gen-script



More information about the arch-commits mailing list