Date: Saturday, May 23, 2020 @ 18:11:30
  Author: felixonmars
Revision: 632372

upgpkg: haskell-criterion-measurement 0.1.2.0-43: rebuild with tasty 1.3.1

Modified:
  haskell-criterion-measurement/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-23 18:10:42 UTC (rev 632371)
+++ PKGBUILD    2020-05-23 18:11:30 UTC (rev 632372)
@@ -3,7 +3,7 @@
 _hkgname=criterion-measurement
 pkgname=haskell-criterion-measurement
 pkgver=0.1.2.0
-pkgrel=42
+pkgrel=43
 pkgdesc="Criterion measurement functionality and associated types"
 url="https://github.com/bos/criterion";
 license=('MIT')
@@ -19,7 +19,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-    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

Reply via email to