Date: Sunday, February 12, 2023 @ 09:41:57 Author: felixonmars Revision: 1399949
upgpkg: haskell-hls-class-plugin 1.1.0.0-1: rebuild with ghcide 1.8.0.0, haskell-language-server 1.8.0.0, hie-bios 0.11.0, hie-compat 0.3.0.0, hiedb 0.4.2.0, hls-alternate-number-format-plugin 1.2.0.0, hls-call-hierarchy-plugin 1.1.0.0, hls-change-type-signature-plugin 1.0.1.1, hls-class-plugin 1.1.0.0, hls-code-range-plugin 1.0.0.0, hls-eval-plugin 1.3.0.0, hls-explicit-fixity-plugin 1.0.0.0, hls-floskell-plugin 1.0.1.2, hls-fourmolu-plugin 1.1.0.0, hls-gadt-plugin 1.0.0.0, hls-graph 1.8.0.0, hls-haddock-comments-plugin 1.1.0.0, hls-hlint-plugin 1.1.0.0, hls-module-name-plugin 1.1.0.0, hls-plugin-api 1.5.0.0, hls-pragmas-plugin 1.0.3.0, hls-refactor-plugin 1.0.0.0, hls-refine-imports-plugin 1.0.3.0, hls-rename-plugin 1.0.1.0, hls-retrie-plugin 1.0.2.2, hls-splice-plugin 1.0.2.0, hls-tactics-plugin 1.7.0.0, hls-test-utils 1.4.0.0, lsp 1.6.0.0, lsp-test 0.14.1.0, lsp-types 1.6.0.0 Modified: haskell-hls-class-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-12 09:41:12 UTC (rev 1399948) +++ PKGBUILD 2023-02-12 09:41:57 UTC (rev 1399949) @@ -2,18 +2,19 @@ _hkgname=hls-class-plugin pkgname=haskell-hls-class-plugin -pkgver=1.0.3.0 -pkgrel=6 +pkgver=1.1.0.0 +pkgrel=1 pkgdesc="Class/instance management plugin for Haskell Language Server" url="https://github.com/haskell/haskell-language-server#readme" license=("Apache") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-ghc' 'haskell-ghc-exactprint' - 'haskell-ghcide' 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp') +depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 'haskell-ghc-exactprint' + 'haskell-ghcide' 'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-lens' + 'haskell-lsp') 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=('392e2de3fafea4e628e7d5396302669815da38da2f1b4af3c7f09e238119f931d24a9de2de3f5fe2b149859141045bbf191f29c990f557bda536af8d4d2e8225') +sha512sums=('0490402cc2e8fb0882d3f51b9688566200456290f71aba3b72fe3a7b1d87ddc87769aac1e023463ec4b2839c4f334acacbe75725b4b63cc0ca9c9fdf84a30190') prepare() { cd $_hkgname-$pkgver
