Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-lsp-types
Commits:
8b8fb2cb by Felix Yan at 2026-01-04T01:01:01+08:00
upgpkg: 2.0.2.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-lsp-types
pkgdesc = Haskell library for the Microsoft Language Server Protocol,
data types
- pkgver = 2.0.1.0
- pkgrel = 65
+ pkgver = 2.0.2.0
+ pkgrel = 1
url = https://github.com/haskell/lsp
arch = x86_64
license = MIT
@@ -18,7 +18,10 @@ pkgbase = haskell-lsp-types
depends = haskell-dlist
depends = haskell-file-embed
depends = haskell-hashable
+ depends = haskell-indexed-traversable
+ depends = haskell-indexed-traversable-instances
depends = haskell-lens
+ depends = haskell-lens-aeson
depends = haskell-mod
depends = haskell-network-uri
depends = haskell-prettyprinter
@@ -27,7 +30,7 @@ pkgbase = haskell-lsp-types
depends = haskell-safe
depends = haskell-some
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/lsp-types/2.0.1.0/lsp-types-2.0.1.0.tar.gz
- sha512sums =
463939af06d1babd41d6b6b819fe6e4a16bb744ada2a4efbdaab4ea4ec55a2d9e1980fed38040e113d7a4594bb0e738ff2657a7f52cff1ba157a37f9e3817dfc
+ source =
https://hackage.haskell.org/packages/archive/lsp-types/2.0.2.0/lsp-types-2.0.2.0.tar.gz
+ sha512sums =
f6c14efddd2d514edc52c033182a8d659f197002538189936050d42d7dde62f5351efe315d939443e45a061296af6c46cae550038e537fda41019903755fdd4f
pkgname = haskell-lsp-types
=====================================
PKGBUILD
=====================================
@@ -2,20 +2,21 @@
_hkgname=lsp-types
pkgname=haskell-lsp-types
-pkgver=2.0.1.0
-pkgrel=65
+pkgver=2.0.2.0
+pkgrel=1
pkgdesc="Haskell library for the Microsoft Language Server Protocol, data
types"
url="https://github.com/haskell/lsp"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default' 'haskell-diff'
'haskell-dlist'
- 'haskell-file-embed' 'haskell-hashable' 'haskell-lens' 'haskell-mod'
'haskell-network-uri'
- 'haskell-prettyprinter' 'haskell-regex' 'haskell-row-types'
'haskell-safe' 'haskell-some'
- 'haskell-unordered-containers')
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-indexed-traversable'
+ 'haskell-indexed-traversable-instances' 'haskell-lens'
'haskell-lens-aeson'
+ 'haskell-mod' 'haskell-network-uri' 'haskell-prettyprinter'
'haskell-regex'
+ 'haskell-row-types' 'haskell-safe' 'haskell-some'
'haskell-unordered-containers')
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec'
'haskell-hspec-discover'
'haskell-quickcheck-instances')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('463939af06d1babd41d6b6b819fe6e4a16bb744ada2a4efbdaab4ea4ec55a2d9e1980fed38040e113d7a4594bb0e738ff2657a7f52cff1ba157a37f9e3817dfc')
+sha512sums=('f6c14efddd2d514edc52c033182a8d659f197002538189936050d42d7dde62f5351efe315d939443e45a061296af6c46cae550038e537fda41019903755fdd4f')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lsp-types/-/commit/8b8fb2cbc5f6c495d1d284b6437de16eae324e6d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lsp-types/-/commit/8b8fb2cbc5f6c495d1d284b6437de16eae324e6d
You're receiving this email because of your account on gitlab.archlinux.org.