Date: Friday, December 30, 2022 @ 22:21:37 Author: felixonmars Revision: 1372556
upgpkg: haskell-hls-pragmas-plugin 1.0.2.0-1: rebuild with ghcide 1.6.0.0, haskell-language-server 1.6.0.0, hls-alternate-number-format-plugin 1.0.1.0, hls-brittany-plugin 1.0.2.0, hls-call-hierarchy-plugin 1.0.2.0, hls-class-plugin 1.0.2.0, hls-eval-plugin 1.2.1.0, hls-explicit-imports-plugin 1.0.2.0, hls-floskell-plugin 1.0.1.0, hls-fourmolu-plugin 1.0.2.0, hls-graph 1.6.0.0, hls-haddock-comments-plugin 1.0.1.0, hls-hlint-plugin 1.0.3.0, hls-module-name-plugin 1.0.1.0, hls-ormolu-plugin 1.0.2.0, hls-pragmas-plugin 1.0.2.0, hls-plugin-api 1.3.0.0, hls-qualify-imported-names-plugin 1.0.1.0, hls-refine-imports-plugin 1.0.1.0, hls-retrie-plugin 1.0.2.0, hls-selection-range-plugin 1.0.0.0, hls-splice-plugin 1.0.1.0, hls-stylish-haskell-plugin 1.0.1.0, hls-tactics-plugin 1.6.0.0, hls-test-utils 1.2.0.0, lsp 1.4.0.0, lsp-test 0.14.0.2, lsp-types 1.4.0.1 Modified: haskell-hls-pragmas-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-30 22:07:12 UTC (rev 1372555) +++ PKGBUILD 2022-12-30 22:21:37 UTC (rev 1372556) @@ -2,18 +2,18 @@ _hkgname=hls-pragmas-plugin pkgname=haskell-hls-pragmas-plugin -pkgver=1.0.1.1 -pkgrel=91 +pkgver=1.0.2.0 +pkgrel=1 pkgdesc="Pragmas plugin for Haskell Language Server" url="https://hackage.haskell.org/package/hls-pragmas-plugin" license=("Apache") arch=('x86_64') -depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghcide' 'haskell-hls-plugin-api' - 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers') +depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghc' 'haskell-ghcide' + 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers') makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types') checkdepends=('git') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('1cf220d43053fe57a28dc09f5faa07a492a112a9ac2a4c0ca0c8c321d105c0b03ae6469e4075ff3e8bd2972dc1375d03ed4b5e4ea9194d660ef7cbaa0268e51f') +sha512sums=('fb4716eff2211c401870e751202fd4f95cbd779fb342d426bac64a29d19e36a7c09704fb2fc2d2cbb930a07c032f30f62bbbc1b9621d0255876bb3a3d51ca3bf') prepare() { cd $_hkgname-$pkgver @@ -38,8 +38,7 @@ check() { cd $_hkgname-$pkgver - # TODO - runhaskell Setup test --show-details=direct || echo "Tests failed" + runhaskell Setup test --show-details=direct } package() {
