Date: Saturday, May 23, 2020 @ 14:18:01
  Author: felixonmars
Revision: 631950

upgpkg: haskell-graphviz 2999.20.0.4-16: rebuild with tasty 1.3.1

Modified:
  haskell-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-23 14:15:31 UTC (rev 631949)
+++ PKGBUILD    2020-05-23 14:18:01 UTC (rev 631950)
@@ -4,7 +4,7 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.20.0.4
-pkgrel=15
+pkgrel=16
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -22,7 +22,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-test-parsing
-    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