Date: Wednesday, September 22, 2021 @ 13:47:49 Author: felixonmars Revision: 1021535
upgpkg: haskell-persistent-sqlite 2.13.0.3-43: rebuild with random 1.2.1 Modified: haskell-persistent-sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 13:44:52 UTC (rev 1021534) +++ PKGBUILD 2021-09-22 13:47:49 UTC (rev 1021535) @@ -4,7 +4,7 @@ _hkgname=persistent-sqlite pkgname=haskell-persistent-sqlite pkgver=2.13.0.3 -pkgrel=42 +pkgrel=43 pkgdesc="Backend for the persistent library using sqlite3" url="https://www.yesodweb.com/book/persistent" license=("MIT") @@ -23,7 +23,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-build-sanity-exe -fsystemlib -fuse-pkgconfig runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
