Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
dhall-lsp-server
Commits:
a20eb43b by Felix Yan at 2026-01-04T01:06:00+08:00
upgpkg: 1.1.4-92: 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 = dhall-lsp-server
pkgdesc = Language Server Protocol (LSP) server for Dhall
pkgver = 1.1.4
- pkgrel = 91
+ pkgrel = 92
url =
https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme
arch = x86_64
license = MIT
@@ -31,6 +31,8 @@ pkgbase = dhall-lsp-server
depends = haskell-unordered-containers
depends = haskell-uri-encode
source =
https://hackage.haskell.org/packages/archive/dhall-lsp-server/1.1.4/dhall-lsp-server-1.1.4.tar.gz
+ source =
dhall-lsp-server-lsp-2.2.patch::https://github.com/dhall-lang/dhall-haskell/commit/a621e1438df5865d966597e2e1b0bb37e8311447.patch
sha512sums =
110e78147dba830f8178e46aab71c975cd777a113a6b3a254acfee1ace0610ad1ac978b7373955785ed061f4e2d03cb0a2ac6dace16bd673027f968259b6e1f2
+ sha512sums =
e8ed7a19cbb4ebe48574637545888771a9465345127b5867841d8ff3ef07abc613298da2afc2949bfabdc0e51f1f1f26781859a2b5d0d3f336c6de464afeb45d
pkgname = dhall-lsp-server
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=dhall-lsp-server
pkgver=1.1.4
-pkgrel=91
+pkgrel=92
pkgdesc="Language Server Protocol (LSP) server for Dhall"
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme"
license=("MIT")
@@ -14,8 +14,15 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty'
'haskell-co-log-core'
'haskell-unordered-containers' 'haskell-uri-encode')
makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec'
'haskell-lsp-test' 'haskell-lsp-types' 'haskell-tasty'
'haskell-tasty-hspec')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('110e78147dba830f8178e46aab71c975cd777a113a6b3a254acfee1ace0610ad1ac978b7373955785ed061f4e2d03cb0a2ac6dace16bd673027f968259b6e1f2')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"
+
"$pkgname-lsp-2.2.patch::https://github.com/dhall-lang/dhall-haskell/commit/a621e1438df5865d966597e2e1b0bb37e8311447.patch")
+sha512sums=('110e78147dba830f8178e46aab71c975cd777a113a6b3a254acfee1ace0610ad1ac978b7373955785ed061f4e2d03cb0a2ac6dace16bd673027f968259b6e1f2'
+
'e8ed7a19cbb4ebe48574637545888771a9465345127b5867841d8ff3ef07abc613298da2afc2949bfabdc0e51f1f1f26781859a2b5d0d3f336c6de464afeb45d')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -p2 -i ../$pkgname-lsp-2.2.patch
+}
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dhall-lsp-server/-/commit/a20eb43becb216058211315cf30bdbbd57f16b21
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dhall-lsp-server/-/commit/a20eb43becb216058211315cf30bdbbd57f16b21
You're receiving this email because of your account on gitlab.archlinux.org.