[arch-commits] Commit in haskell-hls-ormolu-plugin/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 15 17:43:16 UTC 2021
Date: Tuesday, June 15, 2021 @ 17:43:16
Author: felixonmars
Revision: 963929
upgpkg: haskell-hls-ormolu-plugin 1.0.0.0-2: rebuild with network 3.1.2.2
Modified:
haskell-hls-ormolu-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-15 17:41:52 UTC (rev 963928)
+++ PKGBUILD 2021-06-15 17:43:16 UTC (rev 963929)
@@ -3,7 +3,7 @@
_hkgname=hls-ormolu-plugin
pkgname=haskell-hls-ormolu-plugin
pkgver=1.0.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Integration with the Ormolu code formatter"
url="https://hackage.haskell.org/package/hls-ormolu-plugin"
license=("Apache")
@@ -29,7 +29,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
@@ -38,7 +38,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list