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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 17:48:56 UTC 2022


    Date: Monday, January 10, 2022 @ 17:48:56
  Author: felixonmars
Revision: 1099624

upgpkg: haskell-iwlib 0.1.0-19: rebuild with ghc 9.0.2

Modified:
  haskell-iwlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 17:48:24 UTC (rev 1099623)
+++ PKGBUILD	2022-01-10 17:48:56 UTC (rev 1099624)
@@ -2,7 +2,7 @@
 _hkgname=iwlib
 pkgname=haskell-iwlib
 pkgver=0.1.0
-pkgrel=18
+pkgrel=19
 pkgdesc='Binding to the iw library for getting info about the current WiFi connection'
 url='https://hackage.haskell.org/package/iwlib'
 license=('BSD')
@@ -16,7 +16,7 @@
   cd ${_hkgname}-${pkgver}
     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
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup haddock
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list