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

Felix Yan felixonmars at archlinux.org
Sun Jun 28 18:49:35 UTC 2020


    Date: Sunday, June 28, 2020 @ 18:49:35
  Author: felixonmars
Revision: 655156

upgpkg: haskell-monadrandom 0.5.2-2: rebuild with primitive 0.7.1.0

Modified:
  haskell-monadrandom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-28 18:48:44 UTC (rev 655155)
+++ PKGBUILD	2020-06-28 18:49:35 UTC (rev 655156)
@@ -4,7 +4,7 @@
 _hkgname=MonadRandom
 pkgname=haskell-monadrandom
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Random-number generation monad."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom")
@@ -20,7 +20,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
-    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