Date: Friday, September 24, 2021 @ 08:10:03 Author: felixonmars Revision: 1023498
upgpkg: haskell-uniplate 1.6.13-77: rebuild with vector 0.12.3.1 Modified: haskell-uniplate/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 08:09:07 UTC (rev 1023497) +++ PKGBUILD 2021-09-24 08:10:03 UTC (rev 1023498) @@ -4,7 +4,7 @@ _hkgname=uniplate pkgname=haskell-uniplate pkgver=1.6.13 -pkgrel=76 +pkgrel=77 pkgdesc="Help writing simple, concise and fast generic operations." url="https://github.com/ndmitchell/uniplate#readme" 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 \ -fseparate_syb -ftypeable_fingerprint runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
