Date: Wednesday, March 17, 2021 @ 14:41:43 Author: felixonmars Revision: 893405
upgpkg: haskell-hls-splice-plugin 1.0.0.0-2: rebuild with doctest 0.18.1 Modified: haskell-hls-splice-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-17 14:21:40 UTC (rev 893404) +++ PKGBUILD 2021-03-17 14:41:43 UTC (rev 893405) @@ -3,7 +3,7 @@ _hkgname=hls-splice-plugin pkgname=haskell-hls-splice-plugin pkgver=1.0.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes" url="https://hackage.haskell.org/package/hls-splice-plugin" license=("Apache") @@ -31,7 +31,7 @@ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --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
