Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-eval-plugin
Commits:
a9277ba8 by Felix Yan at 2026-01-04T01:17:14+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-eval-plugin
pkgdesc = Eval plugin for Haskell Language Server
- pkgver = 2.1.0.0
- pkgrel = 103
+ pkgver = 2.2.0.0
+ pkgrel = 1
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = Apache-2.0
@@ -32,7 +32,7 @@ pkgbase = haskell-hls-eval-plugin
depends = haskell-safe-exceptions
depends = haskell-unliftio
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-eval-plugin/2.1.0.0/hls-eval-plugin-2.1.0.0.tar.gz
- sha512sums =
2075d8b4059b4ddd53a8370870655f5d7a1477a1f44380109cd104c90ea6456e51a3e0fd75574fa71adad2d15c4be2e02a09864d28e2ab18095cd7654583e22a
+ source =
https://hackage.haskell.org/packages/archive/hls-eval-plugin/2.2.0.0/hls-eval-plugin-2.2.0.0.tar.gz
+ sha512sums =
06ef09dad209a5e0cc2a65c4e32e59d859691523d94b45d57eccd9fcfeb78cc62e45158da0d520b1d7389e73ed2b5c01fc2fd1b0bb86d312aa039ae99a31886f
pkgname = haskell-hls-eval-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-eval-plugin
pkgname=haskell-hls-eval-plugin
-pkgver=2.1.0.0
-pkgrel=103
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="Eval plugin for Haskell Language Server"
url="https://github.com/haskell/haskell-language-server"
license=('Apache-2.0')
@@ -17,7 +17,7 @@ depends=('ghc-libs' 'haskell-diff' 'haskell-quickcheck'
'haskell-aeson' 'haskell
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-row-types')
checkdepends=('git')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('2075d8b4059b4ddd53a8370870655f5d7a1477a1f44380109cd104c90ea6456e51a3e0fd75574fa71adad2d15c4be2e02a09864d28e2ab18095cd7654583e22a')
+sha512sums=('06ef09dad209a5e0cc2a65c4e32e59d859691523d94b45d57eccd9fcfeb78cc62e45158da0d520b1d7389e73ed2b5c01fc2fd1b0bb86d312aa039ae99a31886f')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-eval-plugin/-/commit/a9277ba8d85125d9dbdc13bee7e0b9f275a5063f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-eval-plugin/-/commit/a9277ba8d85125d9dbdc13bee7e0b9f275a5063f
You're receiving this email because of your account on gitlab.archlinux.org.