Date: Monday, August 17, 2020 @ 08:03:11
  Author: felixonmars
Revision: 682503

upgpkg: haskell-json 0.10-5: rebuild with ghc 8.10.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-17 08:02:16 UTC (rev 682502)
+++ PKGBUILD    2020-08-17 08:03:11 UTC (rev 682503)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.10
-pkgrel=4
+pkgrel=5
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -21,7 +21,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-mapdict -fgeneric -fpretty -f-parsec -fsplit-base
-    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