Date: Saturday, May 23, 2020 @ 18:03:27 Author: felixonmars Revision: 632358
upgpkg: haskell-aeson-pretty 0.8.8-40: rebuild with tasty 1.3.1 Modified: haskell-aeson-pretty/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 18:02:44 UTC (rev 632357) +++ PKGBUILD 2020-05-23 18:03:27 UTC (rev 632358) @@ -4,7 +4,7 @@ _hkgname=aeson-pretty pkgname=haskell-aeson-pretty pkgver=0.8.8 -pkgrel=39 +pkgrel=40 pkgdesc="JSON pretty-printing library and command-line tool." url="https://github.com/informatikr/aeson-pretty" license=("BSD") @@ -22,7 +22,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-lib-only - 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
