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

Felix Yan felixonmars at archlinux.org
Sat May 23 17:02:25 UTC 2020


    Date: Saturday, May 23, 2020 @ 17:02:24
  Author: felixonmars
Revision: 632256

upgpkg: haskell-monad-control 1.0.2.3-69: rebuild with tasty 1.3.1

Modified:
  haskell-monad-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 17:01:48 UTC (rev 632255)
+++ PKGBUILD	2020-05-23 17:02:24 UTC (rev 632256)
@@ -4,7 +4,7 @@
 _hkgname=monad-control
 pkgname=haskell-monad-control
 pkgver=1.0.2.3
-pkgrel=68
+pkgrel=69
 pkgdesc="Lift control operations, like exception catching, through monad transformers"
 url="https://github.com/basvandijk/monad-control"
 license=("BSD")
@@ -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