Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-cabal-fmt-plugin
Commits:
850c9c2c by Felix Yan at 2026-01-04T01:15:24+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-cabal-fmt-plugin
pkgdesc = Integration with the cabal-fmt code formatter
- pkgver = 2.1.0.0
- pkgrel = 103
+ pkgver = 2.2.0.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/hls-cabal-fmt-plugin
arch = x86_64
license = Apache-2.0
@@ -14,7 +14,8 @@ pkgbase = haskell-hls-cabal-fmt-plugin
depends = haskell-hls-plugin-api
depends = haskell-lens
depends = haskell-lsp-types
- source =
https://hackage.haskell.org/packages/archive/hls-cabal-fmt-plugin/2.1.0.0/hls-cabal-fmt-plugin-2.1.0.0.tar.gz
- sha256sums =
6e3f9441aba9642a55d9afdab01ba2f6c111fe84fc8d749007c0780124753263
+ depends = haskell-process-extras
+ source =
https://hackage.haskell.org/packages/archive/hls-cabal-fmt-plugin/2.2.0.0/hls-cabal-fmt-plugin-2.2.0.0.tar.gz
+ sha256sums =
460ff24f2408b6c557b557191bdb58a641122c20169cc67763944d132d0baed2
pkgname = haskell-hls-cabal-fmt-plugin
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
_hkgname=hls-cabal-fmt-plugin
pkgname=haskell-hls-cabal-fmt-plugin
-pkgver=2.1.0.0
-pkgrel=103
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="Integration with the cabal-fmt code formatter"
url="https://hackage.haskell.org/package/hls-cabal-fmt-plugin"
license=('Apache-2.0')
arch=('x86_64')
depends=('ghc-libs' 'cabal-fmt' 'haskell-ghcide' 'haskell-hls-plugin-api'
'haskell-lens'
- 'haskell-lsp-types')
+ 'haskell-lsp-types' 'haskell-process-extras')
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('6e3f9441aba9642a55d9afdab01ba2f6c111fe84fc8d749007c0780124753263')
+sha256sums=('460ff24f2408b6c557b557191bdb58a641122c20169cc67763944d132d0baed2')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-fmt-plugin/-/commit/850c9c2cfd67e61c7b6679e0a7fe59a3107b9fae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-fmt-plugin/-/commit/850c9c2cfd67e61c7b6679e0a7fe59a3107b9fae
You're receiving this email because of your account on gitlab.archlinux.org.