Date: Tuesday, May 19, 2020 @ 22:04:16 Author: felixonmars Revision: 630258
upgpkg: haskell-aws 0.22-42: rebuild with tasty-golden 2.3.3.3 Modified: haskell-aws/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 22:02:19 UTC (rev 630257) +++ PKGBUILD 2020-05-19 22:04:16 UTC (rev 630258) @@ -4,7 +4,7 @@ _hkgname=aws pkgname=haskell-aws pkgver=0.22 -pkgrel=41 +pkgrel=42 pkgdesc="Amazon Web Services (AWS) for Haskell" url="https://github.com/aristidb/aws" license=("BSD") @@ -35,7 +35,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-examples - 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
