Date: Tuesday, May 19, 2020 @ 23:56:43 Author: felixonmars Revision: 630354
upgpkg: stylish-haskell 0.11.0.0-23: rebuild with tasty-golden 2.3.3.3 Modified: stylish-haskell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 23:55:40 UTC (rev 630353) +++ PKGBUILD 2020-05-19 23:56:43 UTC (rev 630354) @@ -3,7 +3,7 @@ pkgname=stylish-haskell pkgver=0.11.0.0 -pkgrel=22 +pkgrel=23 pkgdesc="Haskell code prettifier" url="https://github.com/jaspervdj/stylish-haskell" license=("BSD") @@ -27,7 +27,7 @@ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests --datasubdir="$pkgname" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-old_base --ghc-option='-pie' - 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