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

Felix Yan felixonmars at gemini.archlinux.org
Tue Jan 11 21:11:40 UTC 2022


    Date: Tuesday, January 11, 2022 @ 21:11:39
  Author: felixonmars
Revision: 1101066

upgpkg: haskell-alsa-mixer 0.3.0-73: rebuild with ghc 9.0.2

Modified:
  haskell-alsa-mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 21:11:04 UTC (rev 1101065)
+++ PKGBUILD	2022-01-11 21:11:39 UTC (rev 1101066)
@@ -3,7 +3,7 @@
 _hkgname=alsa-mixer
 pkgname=haskell-${_hkgname}
 pkgver=0.3.0
-pkgrel=72
+pkgrel=73
 pkgdesc='Bindings to the ALSA simple mixer API'
 url='https://hackage.haskell.org/package/alsa-mixer'
 license=('BSD')
@@ -19,7 +19,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 \
         --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
         --ghc-option='-pie'
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list