This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
_hkgname=hls-splice-plugin
4
4
pkgname=haskell-hls-splice-plugin
5
- pkgver=1.0.0.1
6
- pkgrel=5
5
+ pkgver=1.0.0.2
6
+ pkgrel=1
7
7
pkgdesc=" HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes"
8
8
url=" https://hackage.haskell.org/package/hls-splice-plugin"
9
9
license=(" Apache" )
@@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-dlist' 'haskell-extra' 'haskell-fol
14
14
' haskell-unordered-containers' )
15
15
makedepends=(' ghc' ' uusi' ' haskell-hls-test-utils' )
16
16
source=(" https://hackage.haskell.org/packages/archive/$_hkgname /$pkgver /$_hkgname -$pkgver .tar.gz" )
17
- sha512sums=(' 6efd1df111398273aa4cfbc269381d84f0844d06e881f8491e1aaf1b40b16eb8aec30ac336ba0b673e00e6ed23a391774c0da6073181795577c5e4f9004ff2f5 ' )
17
+ sha512sums=(' faf1e1cc127fe58fbafab4f61a3e8daa832c93c7d7dddd52a0a0228fa497079db2be64f51196b4b5734e0beddf1cd10d57cd7419671aee1c94b8cad84099b20e ' )
18
18
19
19
prepare () {
20
20
cd $_hkgname -$pkgver
@@ -39,8 +39,7 @@ build() {
39
39
40
40
check () {
41
41
cd $_hkgname -$pkgver
42
- # https://github.com/haskell/haskell-language-server/issues/1808
43
- runhaskell Setup test --show-details=direct || echo " Tests failed"
42
+ runhaskell Setup test --show-details=direct
44
43
}
45
44
46
45
package () {
You can’t perform that action at this time.
0 commit comments