Date: Tuesday, January 11, 2022 @ 01:43:27 Author: felixonmars Revision: 1100229
upgpkg: haskell-postgresql-libpq 0.9.4.3-6: rebuild with ghc 9.0.2 Modified: haskell-postgresql-libpq/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 01:42:50 UTC (rev 1100228) +++ PKGBUILD 2022-01-11 01:43:27 UTC (rev 1100229) @@ -4,7 +4,7 @@ _hkgname=postgresql-libpq pkgname=haskell-postgresql-libpq pkgver=0.9.4.3 -pkgrel=5 +pkgrel=6 pkgdesc="Low-level binding to libpq" url="https://github.com/phadej/postgresql-libpq" license=("BSD") @@ -24,7 +24,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 \ -f-use-pkg-config runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
