Date: Monday, January 10, 2022 @ 17:00:25 Author: felixonmars Revision: 1099506
upgpkg: haskell-wcwidth 0.0.2-17: rebuild with ghc 9.0.2 Modified: haskell-wcwidth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 17:00:01 UTC (rev 1099505) +++ PKGBUILD 2022-01-10 17:00:25 UTC (rev 1099506) @@ -3,7 +3,7 @@ _hkgname=wcwidth pkgname=haskell-wcwidth pkgver=0.0.2 -pkgrel=16 +pkgrel=17 pkgdesc="Bindings for your system's native wcwidth" url="https://github.com/nikita-volkov/wcwidth" license=('BSD') @@ -18,7 +18,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 + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script