Date: Saturday, May 23, 2020 @ 15:29:50
  Author: felixonmars
Revision: 632076

upgpkg: haskell-stmonadtrans 0.4.4-28: rebuild with tasty 1.3.1

Modified:
  haskell-stmonadtrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-23 15:29:06 UTC (rev 632075)
+++ PKGBUILD    2020-05-23 15:29:50 UTC (rev 632076)
@@ -4,7 +4,7 @@
 _hkgname=STMonadTrans
 pkgname=haskell-stmonadtrans
 pkgver=0.4.4
-pkgrel=27
+pkgrel=28
 pkgdesc="A monad transformer version of the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -26,7 +26,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fsplitbase
-    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