[arch-commits] Commit in haskell-generic-trie/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Aug 17 06:12:00 UTC 2020


    Date: Monday, August 17, 2020 @ 06:12:00
  Author: felixonmars
Revision: 682259

upgpkg: haskell-generic-trie 0.3.1-13: rebuild with ghc 8.10.2

Modified:
  haskell-generic-trie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 06:10:50 UTC (rev 682258)
+++ PKGBUILD	2020-08-17 06:12:00 UTC (rev 682259)
@@ -4,7 +4,7 @@
 _hkgname=generic-trie
 pkgname=haskell-generic-trie
 pkgver=0.3.1
-pkgrel=12
+pkgrel=13
 pkgdesc="A map, where the keys may be complex structured data"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -25,7 +25,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 -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



More information about the arch-commits mailing list