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

Felix Yan felixonmars at archlinux.org
Tue Jun 16 02:37:06 UTC 2020


    Date: Tuesday, June 16, 2020 @ 02:37:01
  Author: felixonmars
Revision: 645757

upgpkg: haskell-conversion-bytestring 1.0.1-13: rebuild with base-prelude 1.4

Modified:
  haskell-conversion-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-16 02:36:27 UTC (rev 645756)
+++ PKGBUILD	2020-06-16 02:37:01 UTC (rev 645757)
@@ -3,7 +3,7 @@
 _hkgname=conversion-bytestring
 pkgname=haskell-conversion-bytestring
 pkgver=1.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Conversion instances for the bytestring library"
 url="https://github.com/nikita-volkov/conversion-bytestring"
 license=('MIT')
@@ -19,7 +19,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