Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-class-plugin
Commits:
7eb71dbe by Felix Yan at 2025-03-30T22:55:15+08:00
upgpkg: 2.0.0.0-1: rebuild with ghcide 2.0.0.0, haskell-language-server
2.0.0.0, hls-alternate-number-format-plugin 2.0.0.0, hls-cabal-fmt-plugin
2.0.0.0, hls-cabal-plugin 2.0.0.0, hls-call-hierarchy-plugin 2.0.0.0,
hls-change-type-signature-plugin 2.0.0.0, hls-class-plugin 2.0.0.0,
hls-code-range-plugin 2.0.0.0, hls-eval-plugin 2.0.0.0,
hls-explicit-fixity-plugin 2.0.0.0, hls-explicit-imports-plugin 2.0.0.0,
hls-explicit-record-fields-plugin 2.0.0.0, hls-floskell-plugin 2.0.0.0,
hls-fourmolu-plugin 2.0.0.0, hls-gadt-plugin 2.0.0.0, hls-graph 2.0.0.0,
hls-hlint-plugin 2.0.0.0, hls-module-name-plugin 2.0.0.0, hls-ormolu-plugin
2.0.0.0, hls-plugin-api 2.0.0.0, hls-pragmas-plugin 2.0.0.0,
hls-qualify-imported-names-plugin 2.0.0.0, hls-refactor-plugin 2.0.0.0,
hls-refine-imports-plugin 2.0.0.0, hls-rename-plugin 2.0.0.0, hls-retrie-plugin
2.0.0.0, hls-splice-plugin 2.0.0.0, hls-stylish-haskell-plugin 2.0.0.0,
hls-test-utils 2.0.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hls-class-plugin
pkgdesc = Class/instance management plugin for Haskell Language Server
- pkgver = 1.1.1.1
- pkgrel = 58
+ pkgver = 2.0.0.0
+ pkgrel = 1
url = https://github.com/haskell/haskell-language-server#readme
arch = x86_64
license = Apache
@@ -20,7 +20,7 @@ pkgbase = haskell-hls-class-plugin
depends = haskell-hls-plugin-api
depends = haskell-lens
depends = haskell-lsp
- source =
https://hackage.haskell.org/packages/archive/hls-class-plugin/1.1.1.1/hls-class-plugin-1.1.1.1.tar.gz
- sha512sums =
c7248d0564d906c34fc1a4437e86eb14ebd920aba1282bdb3d55328f9d09cec68ea494ab6839c628bbfdafe80204a7d92ef3f89fc36d379335c3d161517dc862
+ source =
https://hackage.haskell.org/packages/archive/hls-class-plugin/2.0.0.0/hls-class-plugin-2.0.0.0.tar.gz
+ sha512sums =
84e45eaa1dffe83b1d614b0d221caad85d6e7843c87f8528ecb74916f8ec9c19039d1a2ac0818d96977ee175d276483d1034eca9c55c7fdb4d17c7d899c885d5
pkgname = haskell-hls-class-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-class-plugin
pkgname=haskell-hls-class-plugin
-pkgver=1.1.1.1
-pkgrel=58
+pkgver=2.0.0.0
+pkgrel=1
pkgdesc="Class/instance management plugin for Haskell Language Server"
url="https://github.com/haskell/haskell-language-server#readme"
license=("Apache")
@@ -14,12 +14,11 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-extra'
'haskell-ghc' 'haskell-ghc-e
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
checkdepends=('git')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('c7248d0564d906c34fc1a4437e86eb14ebd920aba1282bdb3d55328f9d09cec68ea494ab6839c628bbfdafe80204a7d92ef3f89fc36d379335c3d161517dc862')
+sha512sums=('84e45eaa1dffe83b1d614b0d221caad85d6e7843c87f8528ecb74916f8ec9c19039d1a2ac0818d96977ee175d276483d1034eca9c55c7fdb4d17c7d899c885d5')
prepare() {
cd $_hkgname-$pkgver
gen-setup
- uusi -u hls-test-utils
}
build() {
@@ -40,7 +39,6 @@ build() {
check() {
cd $_hkgname-$pkgver
- # TODO: fix tests
runhaskell Setup test --show-details=direct || echo "Tests failed"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-class-plugin/-/commit/7eb71dbec846e876583b1fe237b29059edf7f35d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-class-plugin/-/commit/7eb71dbec846e876583b1fe237b29059edf7f35d
You're receiving this email because of your account on gitlab.archlinux.org.