Date: Saturday, May 23, 2020 @ 20:13:06 Author: felixonmars Revision: 632534
upgpkg: haskell-dec 0.0.3-9: rebuild with tasty 1.3.1 Modified: haskell-dec/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 20:12:31 UTC (rev 632533) +++ PKGBUILD 2020-05-23 20:13:06 UTC (rev 632534) @@ -3,7 +3,7 @@ _hkgname=dec pkgname=haskell-dec pkgver=0.0.3 -pkgrel=8 +pkgrel=9 pkgdesc="Decidable propositions" url="https://github.com/phadej/dec" 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 --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
