Date: Saturday, May 23, 2020 @ 21:13:33 Author: felixonmars Revision: 632570
upgpkg: haskell-neat-interpolation 0.5.1-17: rebuild with tasty 1.3.1 Modified: haskell-neat-interpolation/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 21:12:47 UTC (rev 632569) +++ PKGBUILD 2020-05-23 21:13:33 UTC (rev 632570) @@ -4,7 +4,7 @@ _hkgname=neat-interpolation pkgname=haskell-neat-interpolation pkgver=0.5.1 -pkgrel=16 +pkgrel=17 pkgdesc="A quasiquoter for neat and simple multiline text interpolation" url="https://github.com/nikita-volkov/neat-interpolation" license=("MIT") @@ -21,7 +21,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
