Date: Friday, September 24, 2021 @ 07:10:49 Author: felixonmars Revision: 1023414
upgpkg: haskell-typed-process 0.2.6.1-9: rebuild with vector 0.12.3.1 Modified: haskell-typed-process/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 07:09:40 UTC (rev 1023413) +++ PKGBUILD 2021-09-24 07:10:49 UTC (rev 1023414) @@ -4,7 +4,7 @@ _hkgname=typed-process pkgname=haskell-typed-process pkgver=0.2.6.1 -pkgrel=8 +pkgrel=9 pkgdesc="Run external processes, with strong typing of streams" url="https://haskell-lang.org/library/typed-process" license=("MIT") @@ -19,7 +19,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