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

Felix Yan felixonmars at archlinux.org
Sat May 23 16:22:38 UTC 2020


    Date: Saturday, May 23, 2020 @ 16:22:38
  Author: felixonmars
Revision: 632186

upgpkg: haskell-streaming-commons 0.2.1.2-20: rebuild with tasty 1.3.1

Modified:
  haskell-streaming-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 16:22:10 UTC (rev 632185)
+++ PKGBUILD	2020-05-23 16:22:38 UTC (rev 632186)
@@ -4,7 +4,7 @@
 _hkgname=streaming-commons
 pkgname=haskell-streaming-commons
 pkgver=0.2.1.2
-pkgrel=19
+pkgrel=20
 pkgdesc="Common lower-level functions needed by various streaming data libraries"
 url="https://github.com/fpco/streaming-commons"
 license=("MIT")
@@ -21,7 +21,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-use-bytestring-builder
-    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