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

Felix Yan felixonmars at archlinux.org
Mon Aug 17 06:33:11 UTC 2020


    Date: Monday, August 17, 2020 @ 06:33:11
  Author: felixonmars
Revision: 682307

upgpkg: haskell-iwlib 0.1.0-13: rebuild with ghc 8.10.2

Modified:
  haskell-iwlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 06:32:31 UTC (rev 682306)
+++ PKGBUILD	2020-08-17 06:33:11 UTC (rev 682307)
@@ -2,7 +2,7 @@
 _hkgname=iwlib
 pkgname=haskell-iwlib
 pkgver=0.1.0
-pkgrel=12
+pkgrel=13
 pkgdesc='Binding to the iw library for getting info about the current WiFi connection'
 url='https://hackage.haskell.org/package/iwlib'
 license=('BSD')
@@ -17,7 +17,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 haddock
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list