Date: Monday, December 13, 2021 @ 10:49:06 Author: felixonmars Revision: 1071429
upgpkg: haskell-optics-core 0.4-5: rebuild with indexed-traversable 0.1.2 Modified: haskell-optics-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-13 10:48:18 UTC (rev 1071428) +++ PKGBUILD 2021-12-13 10:49:06 UTC (rev 1071429) @@ -3,7 +3,7 @@ _hkgname=optics-core pkgname=haskell-optics-core pkgver=0.4 -pkgrel=4 +pkgrel=5 pkgdesc="Optics as an abstract interface: core definitions" url="https://github.com/well-typed/optics-core" license=('BSD') @@ -18,7 +18,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
