Date: Thursday, September 23, 2021 @ 11:23:34 Author: felixonmars Revision: 1021813
upgpkg: haskell-esqueleto 3.5.2.1-23: rebuild with random 1.2.1 Modified: haskell-esqueleto/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 11:17:49 UTC (rev 1021812) +++ PKGBUILD 2021-09-23 11:23:34 UTC (rev 1021813) @@ -4,7 +4,7 @@ _hkgname=esqueleto pkgname=haskell-esqueleto pkgver=3.5.2.1 -pkgrel=22 +pkgrel=23 pkgdesc="Type-safe EDSL for SQL queries on persistent backends." url="https://github.com/bitemyapp/esqueleto" license=("BSD") @@ -29,7 +29,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-mysql -f-postgresql runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
