Date: Friday, September 24, 2021 @ 02:33:33 Author: felixonmars Revision: 1023139
upgpkg: haskell-chell 0.5-140: rebuild with vector 0.12.3.1 Modified: haskell-chell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 02:32:37 UTC (rev 1023138) +++ PKGBUILD 2021-09-24 02:33:33 UTC (rev 1023139) @@ -3,7 +3,7 @@ _hkgname=chell pkgname=haskell-chell pkgver=0.5 -pkgrel=139 +pkgrel=140 pkgdesc="A simple and intuitive library for automated testing" url="https://github.com/typeclasses/chell" license=('MIT') @@ -23,7 +23,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 \ -fcolor-output runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
