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

Felix Yan felixonmars at archlinux.org
Sat May 23 17:07:47 UTC 2020


    Date: Saturday, May 23, 2020 @ 17:07:46
  Author: felixonmars
Revision: 632268

upgpkg: haskell-resource-pool 0.2.3.2-99: rebuild with tasty 1.3.1

Modified:
  haskell-resource-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 17:07:10 UTC (rev 632267)
+++ PKGBUILD	2020-05-23 17:07:46 UTC (rev 632268)
@@ -4,7 +4,7 @@
 _hkgname=resource-pool
 pkgname=haskell-resource-pool
 pkgver=0.2.3.2
-pkgrel=98
+pkgrel=99
 pkgdesc="A high-performance striped resource pooling implementation"
 url="https://github.com/bos/pool"
 license=("BSD")
@@ -22,7 +22,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-developer
-    runhaskell Setup build
+    runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh



More information about the arch-commits mailing list