[arch-commits] Commit in haskell-hls-class-plugin/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 11 11:07:11 UTC 2021
Date: Tuesday, May 11, 2021 @ 11:07:11
Author: felixonmars
Revision: 929956
upgpkg: haskell-hls-class-plugin 1.0.0.1-2: rebuild with cryptonite 0.29
Modified:
haskell-hls-class-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-11 11:06:14 UTC (rev 929955)
+++ PKGBUILD 2021-05-11 11:07:11 UTC (rev 929956)
@@ -3,7 +3,7 @@
_hkgname=hls-class-plugin
pkgname=haskell-hls-class-plugin
pkgver=1.0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Class/instance management plugin for Haskell Language Server"
url="https://github.com/haskell/haskell-language-server#readme"
license=("Apache")
@@ -39,7 +39,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list