Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-test-utils
Commits:
f647e63c by Felix Yan at 2026-01-04T01:13:57+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-test-utils
pkgdesc = Utilities used in the tests of 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#readme
arch = x86_64
license = Apache-2.0
@@ -28,7 +28,7 @@ pkgbase = haskell-hls-test-utils
depends = haskell-tasty-rerun
depends = haskell-temporary
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-test-utils/2.1.0.0/hls-test-utils-2.1.0.0.tar.gz
- sha512sums =
c99fa77c715419169edb53d8b37938510466abc14298e66204d28308a8d86911335d9ddcc85b8a92d130ac9d815dc85212275e7034010b93a4d8ddd955c2cdcc
+ source =
https://hackage.haskell.org/packages/archive/hls-test-utils/2.2.0.0/hls-test-utils-2.2.0.0.tar.gz
+ sha512sums =
2932db59060d945a992373fbfe34dae1ed4d07a0f1c08a8bb059a03b50df65ef1b36a8c3fddd1e6cea6209ab9b47c4ac403a9c514ca8de627d773222789e161d
pkgname = haskell-hls-test-utils
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-test-utils
pkgname=haskell-hls-test-utils
-pkgver=2.1.0.0
-pkgrel=103
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="Utilities used in the tests of Haskell Language Server"
url="https://github.com/haskell/haskell-language-server#readme"
license=('Apache-2.0')
@@ -16,7 +16,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-async'
'haskell-blaze-markup' 'hask
'haskell-unordered-containers')
makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('c99fa77c715419169edb53d8b37938510466abc14298e66204d28308a8d86911335d9ddcc85b8a92d130ac9d815dc85212275e7034010b93a4d8ddd955c2cdcc')
+sha512sums=('2932db59060d945a992373fbfe34dae1ed4d07a0f1c08a8bb059a03b50df65ef1b36a8c3fddd1e6cea6209ab9b47c4ac403a9c514ca8de627d773222789e161d')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-test-utils/-/commit/f647e63cfbdc9cdaff01389b78796d6e4b137376
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-test-utils/-/commit/f647e63cfbdc9cdaff01389b78796d6e4b137376
You're receiving this email because of your account on gitlab.archlinux.org.