Date: Friday, September 24, 2021 @ 10:45:09 Author: felixonmars Revision: 1023626
upgpkg: haskell-storable-tuple 0.0.3.3-177: rebuild with vector 0.12.3.1 Modified: haskell-storable-tuple/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 10:44:17 UTC (rev 1023625) +++ PKGBUILD 2021-09-24 10:45:09 UTC (rev 1023626) @@ -4,7 +4,7 @@ _hkgname=storable-tuple pkgname=haskell-storable-tuple pkgver=0.0.3.3 -pkgrel=176 +pkgrel=177 pkgdesc="Storable instance for pairs and triples" url="http://code.haskell.org/~thielema/storable-tuple/" 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 \ -fsplitbase runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
