[arch-commits] Commit in haskell-data-default-instances-dlist/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Oct 10 09:37:01 UTC 2015


    Date: Saturday, October 10, 2015 @ 11:37:01
  Author: fyan
Revision: 143566

upgpkg: haskell-data-default-instances-dlist 0.0.1-10

enable profiling libraries

Modified:
  haskell-data-default-instances-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-10 09:34:52 UTC (rev 143565)
+++ PKGBUILD	2015-10-10 09:37:01 UTC (rev 143566)
@@ -2,7 +2,7 @@
 _hkgname=data-default-instances-dlist
 pkgname=haskell-data-default-instances-dlist
 pkgver=0.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Default instances for types in dlist"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -16,8 +16,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