Date: Thursday, September 29, 2022 @ 20:24:36 Author: felixonmars Revision: 1317075
upgpkg: haskell-hls-hlint-plugin 1.0.2.0-1: rebuild with ghcide 1.5.0, haskell-language-server 1.5.0.0, hls-call-hierarchy-plugin 1.0.1.1, hls-eval-plugin 1.2.0.1, hls-explicit-imports-plugin 1.0.1.1, hls-fourmolu-plugin 1.0.1.1, hls-graph 1.5.1.0, hls-hlint-plugin 1.0.2.0, hls-ormolu-plugin 1.0.1.1, hls-plugin-api 1.2.0.2, hls-retrie-plugin 1.0.1.3, hls-stylish-haskell-plugin 1.0.0.3, hls-test-utils 1.1.0.1 Modified: haskell-hls-hlint-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 20:24:11 UTC (rev 1317074) +++ PKGBUILD 2022-09-29 20:24:36 UTC (rev 1317075) @@ -2,8 +2,8 @@ _hkgname=hls-hlint-plugin pkgname=haskell-hls-hlint-plugin -pkgver=1.0.1.1 -pkgrel=255 +pkgver=1.0.2.0 +pkgrel=1 pkgdesc="Hlint integration plugin with Haskell Language Server" url="https://hackage.haskell.org/package/hls-hlint-plugin" license=("Apache") @@ -12,9 +12,9 @@ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 'haskell-hashable' 'hlint' 'haskell-hls-plugin-api' 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' 'haskell-regex-tdfa' 'haskell-temporary' 'haskell-unordered-containers') -makedepends=('ghc' 'uusi') +makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('0bed7570e2b543f482f123e2ce19d4a5c5d712bde7875e97e1c4fc6eda481752e4d65f8cd4a998634ac3e85a7ce737f3ef849959d77e1c9f814ddf039f33b807') +sha512sums=('b1528e920a1f7a2c45caaed7a599d674a1869dc986491d218b29298983cccd3628d43b6f41fb6884b7abc72d8925974ac6a13fac09e87f1aaa3fd8927251412c') prepare() { cd $_hkgname-$pkgver @@ -37,6 +37,11 @@ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } +check() { + cd $_hkgname-$pkgver + runhaskell Setup test --show-details=direct +} + package() { cd $_hkgname-$pkgver
