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

Felix Yan felixonmars at archlinux.org
Thu Sep 21 08:47:16 UTC 2017


    Date: Thursday, September 21, 2017 @ 08:47:16
  Author: felixonmars
Revision: 259128

upgpkg: haskell-criterion 1.2.2.0-10

rebuild with aeson,1.2.2.0

Modified:
  haskell-criterion/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-21 08:44:14 UTC (rev 259127)
+++ PKGBUILD	2017-09-21 08:47:16 UTC (rev 259128)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.2.2.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion"
 license=("custom:BSD3")
@@ -22,7 +22,7 @@
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-fast
@@ -41,7 +41,4 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list