Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit ffc8dbe

Browse files
felixonmarssvntogit
authored and
svntogit
committed
upgpkg: haskell-hls-splice-plugin 1.0.0.2-1: rebuild with hls-splice-plugin 1.0.0.2
git-svn-id: file:///srv/repos/svn-community/svn@935844 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 67f9eac commit ffc8dbe

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

trunk/PKGBUILD

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
_hkgname=hls-splice-plugin
44
pkgname=haskell-hls-splice-plugin
5-
pkgver=1.0.0.1
6-
pkgrel=5
5+
pkgver=1.0.0.2
6+
pkgrel=1
77
pkgdesc="HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes"
88
url="https://hackage.haskell.org/package/hls-splice-plugin"
99
license=("Apache")
@@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-dlist' 'haskell-extra' 'haskell-fol
1414
'haskell-unordered-containers')
1515
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
1616
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
17-
sha512sums=('6efd1df111398273aa4cfbc269381d84f0844d06e881f8491e1aaf1b40b16eb8aec30ac336ba0b673e00e6ed23a391774c0da6073181795577c5e4f9004ff2f5')
17+
sha512sums=('faf1e1cc127fe58fbafab4f61a3e8daa832c93c7d7dddd52a0a0228fa497079db2be64f51196b4b5734e0beddf1cd10d57cd7419671aee1c94b8cad84099b20e')
1818

1919
prepare() {
2020
cd $_hkgname-$pkgver
@@ -39,8 +39,7 @@ build() {
3939

4040
check() {
4141
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
4443
}
4544

4645
package() {

0 commit comments

Comments
 (0)