[arch-commits] Commit in haskell-hls-splice-plugin/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 16 15:08:08 UTC 2021


    Date: Sunday, May 16, 2021 @ 15:08:07
  Author: felixonmars
Revision: 935844

upgpkg: haskell-hls-splice-plugin 1.0.0.2-1: rebuild with hls-splice-plugin 1.0.0.2

Modified:
  haskell-hls-splice-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 15:04:59 UTC (rev 935843)
+++ PKGBUILD	2021-05-16 15:08:07 UTC (rev 935844)
@@ -2,8 +2,8 @@
 
 _hkgname=hls-splice-plugin
 pkgname=haskell-hls-splice-plugin
-pkgver=1.0.0.1
-pkgrel=5
+pkgver=1.0.0.2
+pkgrel=1
 pkgdesc="HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes"
 url="https://hackage.haskell.org/package/hls-splice-plugin"
 license=("Apache")
@@ -14,7 +14,7 @@
          'haskell-unordered-containers')
 makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('6efd1df111398273aa4cfbc269381d84f0844d06e881f8491e1aaf1b40b16eb8aec30ac336ba0b673e00e6ed23a391774c0da6073181795577c5e4f9004ff2f5')
+sha512sums=('faf1e1cc127fe58fbafab4f61a3e8daa832c93c7d7dddd52a0a0228fa497079db2be64f51196b4b5734e0beddf1cd10d57cd7419671aee1c94b8cad84099b20e')
 
 prepare() {
   cd $_hkgname-$pkgver
@@ -39,8 +39,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  # https://github.com/haskell/haskell-language-server/issues/1808
-  runhaskell Setup test --show-details=direct || echo "Tests failed"
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list