Date: Thursday, August 6, 2020 @ 16:35:03 Author: felixonmars Revision: 671179
upgpkg: haskell-optics-th 0.3-3: rebuild with optics-core 0.3.0.1 Modified: haskell-optics-th/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-06 16:34:07 UTC (rev 671178) +++ PKGBUILD 2020-08-06 16:35:03 UTC (rev 671179) @@ -3,7 +3,7 @@ _hkgname=optics-th pkgname=haskell-optics-th pkgver=0.3 -pkgrel=2 +pkgrel=3 pkgdesc="Optics construction using TemplateHaskell" url="https://github.com/well-typed/optics" license=('BSD') @@ -24,7 +24,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 - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
