Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-plugin-api
Commits:
ef3b3a8a by Felix Yan at 2026-01-04T01:03:21+08:00
upgpkg: 2.2.0.0-1: rebuild with ghcide 2.2.0.0, haskell-language-server
2.2.0.0, hls-alternate-number-format-plugin 2.2.0.0, hls-cabal-fmt-plugin
2.2.0.0, hls-cabal-plugin 2.2.0.0, hls-call-hierarchy-plugin 2.2.0.0,
hls-change-type-signature-plugin 2.2.0.0, hls-class-plugin 2.2.0.0,
hls-code-range-plugin 2.2.0.0, hls-eval-plugin 2.2.0.0,
hls-explicit-fixity-plugin 2.2.0.0, hls-explicit-imports-plugin 2.2.0.0,
hls-explicit-record-fields-plugin 2.2.0.0, hls-floskell-plugin 2.2.0.0,
hls-fourmolu-plugin 2.2.0.0, hls-gadt-plugin 2.2.0.0, hls-graph 2.2.0.0,
hls-hlint-plugin 2.2.0.0, hls-module-name-plugin 2.2.0.0, hls-ormolu-plugin
2.2.0.0, hls-overloaded-record-dot-plugin 2.2.0.0, hls-plugin-api 2.2.0.0,
hls-pragmas-plugin 2.2.0.0, hls-qualify-imported-names-plugin 2.2.0.0,
hls-refactor-plugin 2.2.0.0, hls-rename-plugin 2.2.0.0, hls-retrie-plugin
2.2.0.0, hls-splice-plugin 2.2.0.0, hls-stylish-haskell-plugin 2.2.0.0,
hls-test-utils 2.2.0.0, lsp-test 0.16.0.0, lsp-types 2.0.2.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hls-plugin-api
pkgdesc = Haskell Language Server API for plugin communication
- pkgver = 2.1.0.0
- pkgrel = 96
+ pkgver = 2.2.0.0
+ pkgrel = 1
url = https://github.com/haskell/haskell-language-server/hls-plugin-api
arch = x86_64
license = Apache-2.0
@@ -36,7 +36,7 @@ pkgbase = haskell-hls-plugin-api
depends = haskell-row-types
depends = haskell-unliftio
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-plugin-api/2.1.0.0/hls-plugin-api-2.1.0.0.tar.gz
- sha512sums =
a00a440dabb05b8399100ffa75382aa8385a5e5395c599379f147168ad73902dcf350afc24f414285be5708d3fd61855b33e9e8034465327b4c94c91d9978f4b
+ source =
https://hackage.haskell.org/packages/archive/hls-plugin-api/2.2.0.0/hls-plugin-api-2.2.0.0.tar.gz
+ sha512sums =
260ce2db73d57ef1d6245c66bb80b929541a7611791e38a6dd9f5a236171fb029c75338e7b9c6f654103fd5d3c16787d035fb4f60322924da7e19a7e6847761f
pkgname = haskell-hls-plugin-api
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-plugin-api
pkgname=haskell-hls-plugin-api
-pkgver=2.1.0.0
-pkgrel=96
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="Haskell Language Server API for plugin communication"
url="https://github.com/haskell/haskell-language-server/hls-plugin-api"
license=('Apache-2.0')
@@ -17,7 +17,7 @@ depends=('ghc-libs' 'haskell-diff' 'haskell-aeson'
'haskell-co-log-core' 'haskel
makedepends=('ghc' 'uusi' 'haskell-lsp-types' 'haskell-tasty'
'haskell-tasty-hunit'
'haskell-tasty-quickcheck' 'haskell-tasty-rerun')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('a00a440dabb05b8399100ffa75382aa8385a5e5395c599379f147168ad73902dcf350afc24f414285be5708d3fd61855b33e9e8034465327b4c94c91d9978f4b')
+sha512sums=('260ce2db73d57ef1d6245c66bb80b929541a7611791e38a6dd9f5a236171fb029c75338e7b9c6f654103fd5d3c16787d035fb4f60322924da7e19a7e6847761f')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-plugin-api/-/commit/ef3b3a8a2a07d378c67e3db7d3b95b41ea125264
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-plugin-api/-/commit/ef3b3a8a2a07d378c67e3db7d3b95b41ea125264
You're receiving this email because of your account on gitlab.archlinux.org.