Date: Monday, January 10, 2022 @ 17:48:17 Author: felixonmars Revision: 1099622
upgpkg: haskell-smtlib 1.1-14: rebuild with ghc 9.0.2 Modified: haskell-smtlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 17:47:32 UTC (rev 1099621) +++ PKGBUILD 2022-01-10 17:48:17 UTC (rev 1099622) @@ -4,7 +4,7 @@ _hkgname=smtLib pkgname=haskell-smtlib pkgver=1.1 -pkgrel=13 +pkgrel=14 pkgdesc="A library for working with the SMTLIB format" url="https://github.com/yav/smtLib" 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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script