Date: Saturday, May 23, 2020 @ 13:55:55
  Author: felixonmars
Revision: 631910

upgpkg: haskell-bifunctors 5.5.7-15: rebuild with tasty 1.3.1

Modified:
  haskell-bifunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-23 13:55:03 UTC (rev 631909)
+++ PKGBUILD    2020-05-23 13:55:55 UTC (rev 631910)
@@ -4,7 +4,7 @@
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
 pkgver=5.5.7
-pkgrel=14
+pkgrel=15
 pkgdesc="Bifunctors"
 url="https://github.com/ekmett/bifunctors/";
 license=("BSD")
@@ -22,7 +22,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -ftagged -f-semigroups
-    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