Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-retrie-plugin
Commits:
fff2fdc9 by Felix Yan at 2026-01-04T01:28:44+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-retrie-plugin
pkgdesc = Retrie integration plugin for Haskell Language Server
- pkgver = 2.1.0.0
- pkgrel = 103
+ pkgver = 2.2.0.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/hls-retrie-plugin
arch = x86_64
license = Apache-2.0
@@ -22,7 +22,7 @@ pkgbase = haskell-hls-retrie-plugin
depends = haskell-retrie
depends = haskell-safe-exceptions
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-retrie-plugin/2.1.0.0/hls-retrie-plugin-2.1.0.0.tar.gz
- sha512sums =
d02d8839de36825fa7a899f600a7352aa15246e53a14de89352243b468971b6b9c4aa9b4e7003f1982087a9a8bd318c938953bb2ec8bafd6ed8a1861e558c5d7
+ source =
https://hackage.haskell.org/packages/archive/hls-retrie-plugin/2.2.0.0/hls-retrie-plugin-2.2.0.0.tar.gz
+ sha512sums =
b73385e78b95cfe5241400b81f7e46110e7798dd358148fcf25a8be3f6ffd8ad81d17b0a3c882bfcb2a5ff1aed9e2875f365fa155acc5a75374740a1781b19ec
pkgname = haskell-hls-retrie-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-retrie-plugin
pkgname=haskell-hls-retrie-plugin
-pkgver=2.1.0.0
-pkgrel=103
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="Retrie integration plugin for Haskell Language Server"
url="https://hackage.haskell.org/package/hls-retrie-plugin"
license=('Apache-2.0')
@@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-extra'
'haskell-ghc' 'haskell-ghcid
'haskell-unordered-containers')
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('d02d8839de36825fa7a899f600a7352aa15246e53a14de89352243b468971b6b9c4aa9b4e7003f1982087a9a8bd318c938953bb2ec8bafd6ed8a1861e558c5d7')
+sha512sums=('b73385e78b95cfe5241400b81f7e46110e7798dd358148fcf25a8be3f6ffd8ad81d17b0a3c882bfcb2a5ff1aed9e2875f365fa155acc5a75374740a1781b19ec')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-retrie-plugin/-/commit/fff2fdc92da0f5dcdf51e6dfb9d6a8bd96ea3738
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-retrie-plugin/-/commit/fff2fdc92da0f5dcdf51e6dfb9d6a8bd96ea3738
You're receiving this email because of your account on gitlab.archlinux.org.