Date: Friday, September 24, 2021 @ 18:16:26 Author: felixonmars Revision: 1023858
upgpkg: haskell-pointed 5.0.2-107: rebuild with vector 0.12.3.1 Modified: haskell-pointed/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 18:15:38 UTC (rev 1023857) +++ PKGBUILD 2021-09-24 18:16:26 UTC (rev 1023858) @@ -4,7 +4,7 @@ _hkgname=pointed pkgname=haskell-pointed pkgver=5.0.2 -pkgrel=106 +pkgrel=107 pkgdesc="Pointed and copointed data" url="https://github.com/ekmett/pointed/" license=("BSD") @@ -26,7 +26,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 \ -fcomonad -fcontainers -fkan-extensions -fsemigroupoids -fsemigroups \ -fstm -ftagged -ftransformers -funordered-containers runhaskell Setup build $MAKEFLAGS
