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

Felix Yan felixonmars at archlinux.org
Mon Aug 17 06:50:11 UTC 2020


    Date: Monday, August 17, 2020 @ 06:50:10
  Author: felixonmars
Revision: 682341

upgpkg: haskell-mmap 0.5.9-19: rebuild with ghc 8.10.2

Modified:
  haskell-mmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 06:49:36 UTC (rev 682340)
+++ PKGBUILD	2020-08-17 06:50:10 UTC (rev 682341)
@@ -4,7 +4,7 @@
 _hkgname=mmap
 pkgname=haskell-mmap
 pkgver=0.5.9
-pkgrel=18
+pkgrel=19
 pkgdesc="Memory mapped files for POSIX and Windows"
 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-mmaptest
-    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