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

Felix Yan felixonmars at archlinux.org
Sun May 24 14:30:08 UTC 2020


    Date: Sunday, May 24, 2020 @ 14:30:07
  Author: felixonmars
Revision: 632846

upgpkg: haskell-connection 0.3.1-32: rebuild with tasty 1.3.1

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 14:29:22 UTC (rev 632845)
+++ PKGBUILD	2020-05-24 14:30:07 UTC (rev 632846)
@@ -4,7 +4,7 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.3.1
-pkgrel=31
+pkgrel=32
 pkgdesc="Simple and easy network connections API"
 url="https://github.com/vincenthz/hs-connection"
 license=("BSD")
@@ -22,7 +22,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