Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-lsp
Commits:
66befa5b by Felix Yan at 2026-01-04T01:02:10+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-lsp
pkgdesc = Haskell library for the Microsoft Language Server Protocol
- pkgver = 2.1.0.0
- pkgrel = 65
+ pkgver = 2.2.0.0
+ pkgrel = 1
url = https://github.com/haskell/lsp
arch = x86_64
license = MIT
@@ -17,6 +17,7 @@ pkgbase = haskell-lsp
depends = haskell-data-default
depends = haskell-hashable
depends = haskell-lens
+ depends = haskell-lens-aeson
depends = haskell-lsp-types
depends = haskell-prettyprinter
depends = haskell-random
@@ -28,7 +29,7 @@ pkgbase = haskell-lsp
depends = haskell-unordered-containers
depends = haskell-uuid
depends = haskell-unliftio
- source =
https://hackage.haskell.org/packages/archive/lsp/2.1.0.0/lsp-2.1.0.0.tar.gz
- sha512sums =
8218a3560470f36432daea79d42f0cbd4d92c31b9cd6764846ef5f5734621e3c36cf5e8140eb94d614070762845227730fe7869f81d68b1f25ac05e796eabc9a
+ source =
https://hackage.haskell.org/packages/archive/lsp/2.2.0.0/lsp-2.2.0.0.tar.gz
+ sha512sums =
ce29342a0db433b7dd73dc057b016ec45f6e4f21a3b16c023c5ced68651d8469d2cf853854ff447c3650efa3d6febce3d3ad1d4de42e65fd697e82980fd3a6f5
pkgname = haskell-lsp
=====================================
PKGBUILD
=====================================
@@ -2,20 +2,20 @@
_hkgname=lsp
pkgname=haskell-lsp
-pkgver=2.1.0.0
-pkgrel=65
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="Haskell library for the Microsoft Language Server Protocol"
url="https://github.com/haskell/lsp"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-attoparsec'
'haskell-co-log-core'
- 'haskell-data-default' 'haskell-hashable' 'haskell-lens'
'haskell-lsp-types'
+ 'haskell-data-default' 'haskell-hashable' 'haskell-lens'
'haskell-lens-aeson' 'haskell-lsp-types'
'haskell-prettyprinter' 'haskell-random' 'haskell-row-types'
'haskell-sorted-list'
'haskell-temporary' 'haskell-text-rope' 'haskell-unliftio-core'
'haskell-unordered-containers' 'haskell-uuid' 'haskell-unliftio')
makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-discover')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('8218a3560470f36432daea79d42f0cbd4d92c31b9cd6764846ef5f5734621e3c36cf5e8140eb94d614070762845227730fe7869f81d68b1f25ac05e796eabc9a')
+sha512sums=('ce29342a0db433b7dd73dc057b016ec45f6e4f21a3b16c023c5ced68651d8469d2cf853854ff447c3650efa3d6febce3d3ad1d4de42e65fd697e82980fd3a6f5')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lsp/-/commit/66befa5b2910626b5cd9c74269b3f4c4842012c3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lsp/-/commit/66befa5b2910626b5cd9c74269b3f4c4842012c3
You're receiving this email because of your account on gitlab.archlinux.org.