Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-lsp-test


Commits:
7d7758b5 by Felix Yan at 2026-01-04T01:04:53+08:00
upgpkg: 0.16.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-test
        pkgdesc = Functional test framework for LSP servers.
-       pkgver = 0.15.0.1
-       pkgrel = 68
+       pkgver = 0.16.0.0
+       pkgrel = 1
        url = https://github.com/haskell/lsp/blob/master/lsp-test/README.md
        arch = x86_64
        license = BSD
@@ -20,13 +20,14 @@ pkgbase = haskell-lsp-test
        depends = haskell-conduit-parse
        depends = haskell-data-default
        depends = haskell-lens
+       depends = haskell-lens-aeson
        depends = haskell-lsp
        depends = haskell-lsp-types
        depends = haskell-parser-combinators
        depends = haskell-row-types
        depends = haskell-some
        depends = haskell-unliftio
-       source = 
https://hackage.haskell.org/packages/archive/lsp-test/0.15.0.1/lsp-test-0.15.0.1.tar.gz
-       sha512sums = 
93dc514a59b866a84c56bfccfc61a750830c89440b8c68585d9a58d4c94dfe94942c3098cb97d50b6c72044410583f46a7cb092f62d186377b1a85a239d092ad
+       source = 
https://hackage.haskell.org/packages/archive/lsp-test/0.16.0.0/lsp-test-0.16.0.0.tar.gz
+       sha512sums = 
81c9d431ecd4b8368d858f80de7a716626a6781d9ad2784ba11623dd55a10e20531483f788cc942a2fcb75f0e54a93ab9aea69d2ba853113ff73aa7f6ce3d45a
 
 pkgname = haskell-lsp-test


=====================================
PKGBUILD
=====================================
@@ -2,20 +2,20 @@
 
 _hkgname=lsp-test
 pkgname=haskell-lsp-test
-pkgver=0.15.0.1
-pkgrel=68
+pkgver=0.16.0.0
+pkgrel=1
 pkgdesc="Functional test framework for LSP servers."
 url="https://github.com/haskell/lsp/blob/master/lsp-test/README.md";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-diff' 'haskell-glob' 'haskell-aeson' 
'haskell-aeson-pretty'
          'haskell-ansi-terminal' 'haskell-async' 'haskell-co-log-core' 
'haskell-conduit'
-         'haskell-conduit-parse' 'haskell-data-default' 'haskell-lens' 
'haskell-lsp'
-         'haskell-lsp-types' 'haskell-parser-combinators' 'haskell-row-types' 
'haskell-some'
-         'haskell-unliftio')
+         'haskell-conduit-parse' 'haskell-data-default' 'haskell-lens' 
'haskell-lens-aeson'
+         'haskell-lsp' 'haskell-lsp-types' 'haskell-parser-combinators' 
'haskell-row-types'
+         'haskell-some' 'haskell-unliftio')
 makedepends=('ghc' 'uusi' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('93dc514a59b866a84c56bfccfc61a750830c89440b8c68585d9a58d4c94dfe94942c3098cb97d50b6c72044410583f46a7cb092f62d186377b1a85a239d092ad')
+sha512sums=('81c9d431ecd4b8368d858f80de7a716626a6781d9ad2784ba11623dd55a10e20531483f788cc942a2fcb75f0e54a93ab9aea69d2ba853113ff73aa7f6ce3d45a')
 
 prepare() {
   cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lsp-test/-/commit/7d7758b5ab76273de7653b3e0adf007cdfc5d07a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lsp-test/-/commit/7d7758b5ab76273de7653b3e0adf007cdfc5d07a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to