Date: Tuesday, May 11, 2021 @ 10:57:59 Author: felixonmars Revision: 929948
upgpkg: haskell-hls-stylish-haskell-plugin 1.0.0.0-2: rebuild with cryptonite 0.29 Modified: haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-11 10:57:10 UTC (rev 929947) +++ PKGBUILD 2021-05-11 10:57:59 UTC (rev 929948) @@ -3,7 +3,7 @@ _hkgname=hls-stylish-haskell-plugin pkgname=haskell-hls-stylish-haskell-plugin pkgver=1.0.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Integration with the Stylish Haskell code formatter" url="https://hackage.haskell.org/package/hls-stylish-haskell-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 @@ -40,7 +40,7 @@ check() { cd haskell-language-server-1.1.0/plugins/$_hkgname - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {