Date: Saturday, May 23, 2020 @ 16:54:34 Author: felixonmars Revision: 632242
upgpkg: haskell-here 1.2.13-127: rebuild with tasty 1.3.1 Modified: haskell-here/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 16:53:55 UTC (rev 632241) +++ PKGBUILD 2020-05-23 16:54:34 UTC (rev 632242) @@ -4,7 +4,7 @@ _hkgname=here pkgname=haskell-here pkgver=1.2.13 -pkgrel=126 +pkgrel=127 pkgdesc="Here docs & interpolated strings via quasiquotation" url="https://github.com/tmhedberg/here" license=("BSD") @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --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
