Date: Monday, January 10, 2022 @ 18:56:45 Author: felixonmars Revision: 1099817
upgpkg: haskell-xcb-types 0.10.0-14: rebuild with ghc 9.0.2 Modified: haskell-xcb-types/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 18:56:39 UTC (rev 1099816) +++ PKGBUILD 2022-01-10 18:56:45 UTC (rev 1099817) @@ -4,7 +4,7 @@ _hkgname=xcb-types pkgname=haskell-xcb-types pkgver=0.10.0 -pkgrel=13 +pkgrel=14 pkgdesc="Parses XML files used by the XCB project" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -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 \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -fsplit-base runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
