Date: Saturday, September 25, 2021 @ 04:00:11 Author: felixonmars Revision: 1024299
upgpkg: haskell-yesod-persistent 1.6.0.7-65: rebuild with vector 0.12.3.1 Modified: haskell-yesod-persistent/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-25 03:58:52 UTC (rev 1024298) +++ PKGBUILD 2021-09-25 04:00:11 UTC (rev 1024299) @@ -4,7 +4,7 @@ _hkgname=yesod-persistent pkgname=haskell-yesod-persistent pkgver=1.6.0.7 -pkgrel=64 +pkgrel=65 pkgdesc="Some helpers for using Persistent from Yesod." url="http://www.yesodweb.com/" license=("MIT") @@ -25,7 +25,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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
