Date: Thursday, October 21, 2021 @ 03:10:46 Author: felixonmars Revision: 1031751
upgpkg: haskell-yesod-auth 1.6.10.4-2: rebuild with typed-process 0.2.6.3 Modified: haskell-yesod-auth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-21 03:08:57 UTC (rev 1031750) +++ PKGBUILD 2021-10-21 03:10:46 UTC (rev 1031751) @@ -4,7 +4,7 @@ _hkgname=yesod-auth pkgname=haskell-yesod-auth pkgver=1.6.10.4 -pkgrel=1 +pkgrel=2 pkgdesc="Authentication for Yesod." url="http://www.yesodweb.com/" license=("MIT") @@ -27,7 +27,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 \ -fnetwork-uri runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
