Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ghcide
Commits:
a3744e1f by Felix Yan at 2026-01-04T01:12: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-ghcide
pkgdesc = The core of an IDE
- pkgver = 2.1.0.0
- pkgrel = 103
+ pkgver = 2.2.0.0
+ pkgrel = 1
url =
https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme
arch = x86_64
license = Apache-2.0
@@ -73,9 +73,9 @@ pkgbase = haskell-ghcide
depends = haskell-unliftio-core
depends = haskell-unordered-containers
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/ghcide/2.1.0.0/ghcide-2.1.0.0.tar.gz
+ source =
https://hackage.haskell.org/packages/archive/ghcide/2.2.0.0/ghcide-2.2.0.0.tar.gz
source =
haskell-ghcide-ghc9.6.4.patch::https://github.com/haskell/haskell-language-server/commit/f4df1aa736f813eddcd6898f33b9f1fe93cc7e29.patch
- sha512sums =
204968bde2baa4105ae656e0d79597beb5fbb78442d73d05c3b07118f28dceb1e2376381e9041b096ca33305c70c3dfc24b6a97bb522cbf0e500b7187339c93f
+ sha512sums =
a919f968c81a158086ebc2da870c510e288ea74ee3e3cf0c9e3ccdb3a31cefd71558560a55331af71b78fb2a10d23a4c377a912c8d3bf1fc2cd3e3e54981b0de
sha512sums =
d338de55589aa496634b4e132c64a0bf7ca97d4bc2620a8534c33f7f4f2b712ce729083054059734f751100678c2905b93fc6951babc5f3387b90435c95ae996
pkgname = haskell-ghcide
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=ghcide
pkgname=haskell-ghcide
-pkgver=2.1.0.0
-pkgrel=103
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="The core of an IDE"
url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme"
license=('Apache-2.0')
@@ -29,7 +29,7 @@ makedepends=('ghc' 'uusi' 'haskell-quickcheck'
'haskell-fuzzy' 'haskell-ghc-type
checkdepends=('cabal-install')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz"
"$pkgname-ghc9.6.4.patch::https://github.com/haskell/haskell-language-server/commit/f4df1aa736f813eddcd6898f33b9f1fe93cc7e29.patch")
-sha512sums=('204968bde2baa4105ae656e0d79597beb5fbb78442d73d05c3b07118f28dceb1e2376381e9041b096ca33305c70c3dfc24b6a97bb522cbf0e500b7187339c93f'
+sha512sums=('a919f968c81a158086ebc2da870c510e288ea74ee3e3cf0c9e3ccdb3a31cefd71558560a55331af71b78fb2a10d23a4c377a912c8d3bf1fc2cd3e3e54981b0de'
'd338de55589aa496634b4e132c64a0bf7ca97d4bc2620a8534c33f7f4f2b712ce729083054059734f751100678c2905b93fc6951babc5f3387b90435c95ae996')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide/-/commit/a3744e1f3140bceb6831e216ee732811994a7b6d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide/-/commit/a3744e1f3140bceb6831e216ee732811994a7b6d
You're receiving this email because of your account on gitlab.archlinux.org.