Date: Sunday, February 12, 2023 @ 06:54:01 Author: felixonmars Revision: 1399915
upgpkg: haskell-lsp-types 1.6.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-types 1.6.0.0 Modified: haskell-lsp-types/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-12 06:50:35 UTC (rev 1399914) +++ PKGBUILD 2023-02-12 06:54:01 UTC (rev 1399915) @@ -2,19 +2,19 @@ _hkgname=lsp-types pkgname=haskell-lsp-types -pkgver=1.4.0.1 -pkgrel=8 +pkgver=1.6.0.0 +pkgrel=1 pkgdesc="Haskell library for the Microsoft Language Server Protocol, data types" url="https://github.com/haskell/lsp" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default' 'haskell-diff' 'haskell-dlist' - 'haskell-hashable' 'haskell-hslogger' 'haskell-lens' 'haskell-mod' 'haskell-network-uri' - 'haskell-rope-utf16-splay' 'haskell-scientific' 'haskell-some' 'haskell-temporary' - 'haskell-unordered-containers') -makedepends=('ghc' 'uusi') + 'haskell-hashable' 'haskell-lens' 'haskell-mod' 'haskell-network-uri' 'haskell-safe' + 'haskell-scientific' 'haskell-some' 'haskell-unordered-containers') +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover' + 'haskell-quickcheck-instances' 'haskell-tuple') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('5049f9755f9eb6afaabde1f675b76416e3f8ed1cc7d9bb8ad8ed243918dde13861d21196e21ffd855dbf6971c0e5ddab0465cc0a437127e6980ede2f9aeb29fc') +sha512sums=('eeedc906b3711fdb37668b97ff47843272858605c377656c792a224d57925b42028877e1b8edf4781e71aa50d571bef0ecd1c741c80bbd8bb8a3f7f1a175c5b0') prepare() { cd $_hkgname-$pkgver
