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

Felix Yan felixonmars at archlinux.org
Sat May 23 17:29:32 UTC 2020


    Date: Saturday, May 23, 2020 @ 17:29:31
  Author: felixonmars
Revision: 632304

upgpkg: haskell-unordered-containers 0.2.10.0-40: rebuild with tasty 1.3.1

Modified:
  haskell-unordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 17:27:50 UTC (rev 632303)
+++ PKGBUILD	2020-05-23 17:29:31 UTC (rev 632304)
@@ -7,7 +7,7 @@
 _hkgname=unordered-containers
 pkgname=haskell-unordered-containers
 pkgver=0.2.10.0
-pkgrel=39
+pkgrel=40
 pkgdesc="Efficient hashing-based container types"
 url="https://github.com/tibbe/unordered-containers"
 license=("BSD")
@@ -31,7 +31,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-debug
-    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