[arch-commits] Commit in haskell-mime-types/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Oct 10 09:48:53 UTC 2015


    Date: Saturday, October 10, 2015 @ 11:48:53
  Author: fyan
Revision: 143576

upgpkg: haskell-mime-types 0.1.0.6-2

enable profiling libraries

Modified:
  haskell-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-10 09:48:07 UTC (rev 143575)
+++ PKGBUILD	2015-10-10 09:48:53 UTC (rev 143576)
@@ -6,7 +6,7 @@
 _hkgname=mime-types
 pkgname=haskell-mime-types
 pkgver=0.1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Basic mime-type handling types and functions"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('MIT')
@@ -19,8 +19,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