Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-hlint-plugin
Commits:
f2adad85 by Felix Yan at 2026-01-04T01:18:20+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-hlint-plugin
pkgdesc = Hlint integration plugin with Haskell Language Server
- pkgver = 2.1.0.0
- pkgrel = 105
+ pkgver = 2.2.0.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/hls-hlint-plugin
arch = x86_64
license = Apache-2.0
@@ -31,7 +31,7 @@ pkgbase = haskell-hls-hlint-plugin
depends = haskell-regex-tdfa
depends = haskell-temporary
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-hlint-plugin/2.1.0.0/hls-hlint-plugin-2.1.0.0.tar.gz
- sha512sums =
6ad94abee0617401ac4222d0a87b85df90bbf592d062c81ad767f9dd50fa69acbe514a776a168661bcbbf7efe274978af16d1449809002c6d69edf29af30b35b
+ source =
https://hackage.haskell.org/packages/archive/hls-hlint-plugin/2.2.0.0/hls-hlint-plugin-2.2.0.0.tar.gz
+ sha512sums =
1bbb9d79b6d0f87ce5401c99d2e8f42e34f038dbdfcf3f7126b7796efc69caedd99525b10b1795fea30d7e2545f7eac825601a49381c23d40aefb7171e681050
pkgname = haskell-hls-hlint-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-hlint-plugin
pkgname=haskell-hls-hlint-plugin
-pkgver=2.1.0.0
-pkgrel=105
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="Hlint integration plugin with Haskell Language Server"
url="https://hackage.haskell.org/package/hls-hlint-plugin"
license=('Apache-2.0')
@@ -16,7 +16,7 @@ depends=('ghc-libs' 'haskell-diff' 'haskell-aeson'
'haskell-apply-refact' 'haske
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types'
'haskell-row-types')
checkdepends=('git')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('6ad94abee0617401ac4222d0a87b85df90bbf592d062c81ad767f9dd50fa69acbe514a776a168661bcbbf7efe274978af16d1449809002c6d69edf29af30b35b')
+sha512sums=('1bbb9d79b6d0f87ce5401c99d2e8f42e34f038dbdfcf3f7126b7796efc69caedd99525b10b1795fea30d7e2545f7eac825601a49381c23d40aefb7171e681050')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/commit/f2adad85b2015cf1405e4e6aefbbf5864879a0b0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/commit/f2adad85b2015cf1405e4e6aefbbf5864879a0b0
You're receiving this email because of your account on gitlab.archlinux.org.