Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-language-server
Commits:
a8d9f43a by Felix Yan at 2024-10-14T14:45:02+03:00
upgpkg: 1.10.0.0-1: rebuild with ghcide 1.10.0.0, haskell-language-server
1.10.0.0, hie-bios 0.12.0, hiedb 0.4.3.0, hls-alternate-number-format-plugin
1.3.0.1, hls-change-type-signature-plugin 1.1.0.1, hls-eval-plugin 1.5.0.0,
hls-explicit-imports-plugin 1.2.1.0, hls-explicit-record-fields-plugin 1.0.1.0,
hls-floskell-plugin 1.0.2.1, hls-gadt-plugin 1.0.2.0, hls-refactor-plugin
1.2.0.0, hls-refine-imports-plugin 1.0.5.0, hls-rename-plugin 1.0.2.1,
hls-retrie-plugin 1.0.4.0, hls-splice-plugin 1.1.0.0,
hls-stylish-haskell-plugin 1.0.1.3, hls-test-utils 1.6.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-language-server
pkgdesc = LSP server for GHC
- pkgver = 1.9.1.0
- pkgrel = 138
+ pkgver = 1.10.0.0
+ pkgrel = 1
url = https://github.com/haskell/haskell-language-server#readme
arch = x86_64
license = Apache
@@ -56,7 +56,6 @@ pkgbase = haskell-language-server
depends = haskell-hls-retrie-plugin
depends = haskell-hls-splice-plugin
depends = haskell-hls-stylish-haskell-plugin
- depends = haskell-hslogger
depends = haskell-lens
depends = haskell-lens-aeson
depends = haskell-lsp
@@ -70,7 +69,7 @@ pkgbase = haskell-language-server
depends = haskell-temporary
depends = haskell-unliftio-core
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/haskell-language-server/1.9.1.0/haskell-language-server-1.9.1.0.tar.gz
- sha512sums =
bbe404fb768c7ce5970cf756a98ea421e44d40c2458795c0e88e245d2ac3927f865c15bf8c77ce4eb520aefc0bb44cd048638ff038326c9631a31c9c3b887db2
+ source =
https://hackage.haskell.org/packages/archive/haskell-language-server/1.10.0.0/haskell-language-server-1.10.0.0.tar.gz
+ sha512sums =
37768d6c0c29ed0f9811c1b5c9dbbae013251363439ccb62ed49d057ea1c6d6b6e1fba0a1b875ccaf2b90d9e4807c42fd09525f68c15251b1ec07de92969bd49
pkgname = haskell-language-server
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=haskell-language-server
-pkgver=1.9.1.0
-pkgrel=138
+pkgver=1.10.0.0
+pkgrel=1
pkgdesc="LSP server for GHC"
url="https://github.com/haskell/haskell-language-server#readme"
license=("Apache")
@@ -10,34 +10,33 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
'haskell-base16-bytestring' 'haskell-cryptohash-sha1'
'haskell-data-default'
'haskell-extra' 'haskell-ghc' 'haskell-ghc-paths' 'haskell-ghcide'
'haskell-githash'
- 'haskell-gitrev' 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb'
- 'haskell-hls-alternate-number-format-plugin'
- 'haskell-hls-cabal-fmt-plugin' 'haskell-hls-cabal-plugin'
- 'haskell-hls-call-hierarchy-plugin'
'haskell-hls-change-type-signature-plugin'
- 'haskell-hls-class-plugin' 'haskell-hls-code-range-plugin'
'haskell-hls-eval-plugin'
+ 'haskell-gitrev' 'haskell-hashable' 'haskell-hie-bios'
'haskell-hiedb'
+ 'haskell-hls-alternate-number-format-plugin'
'haskell-hls-cabal-fmt-plugin'
+ 'haskell-hls-cabal-plugin' 'haskell-hls-call-hierarchy-plugin'
+ 'haskell-hls-change-type-signature-plugin' 'haskell-hls-class-plugin'
+ 'haskell-hls-code-range-plugin' 'haskell-hls-eval-plugin'
'haskell-hls-explicit-fixity-plugin'
'haskell-hls-explicit-imports-plugin'
'haskell-hls-explicit-record-fields-plugin'
'haskell-hls-floskell-plugin'
'haskell-hls-fourmolu-plugin' 'haskell-hls-gadt-plugin'
'haskell-hls-ormolu-plugin'
- 'haskell-hls-graph' 'haskell-hls-hlint-plugin'
- 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin'
'haskell-hls-plugin-api'
- 'haskell-hls-pragmas-plugin'
'haskell-hls-qualify-imported-names-plugin'
- 'haskell-hls-refactor-plugin' 'haskell-hls-refine-imports-plugin'
- 'haskell-hls-rename-plugin' 'haskell-hls-retrie-plugin'
'haskell-hls-splice-plugin'
- 'haskell-hls-stylish-haskell-plugin' 'haskell-hslogger'
- 'haskell-lens' 'haskell-lens-aeson' 'haskell-lsp' 'haskell-lsp-types'
- 'haskell-optparse-applicative' 'haskell-optparse-simple'
'haskell-prettyprinter'
- 'haskell-regex-tdfa' 'haskell-safe-exceptions'
'haskell-sqlite-simple' 'haskell-temporary'
+ 'haskell-hls-graph' 'haskell-hls-hlint-plugin'
'haskell-hls-module-name-plugin'
+ 'haskell-hls-ormolu-plugin' 'haskell-hls-plugin-api'
'haskell-hls-pragmas-plugin'
+ 'haskell-hls-qualify-imported-names-plugin'
'haskell-hls-refactor-plugin'
+ 'haskell-hls-refine-imports-plugin' 'haskell-hls-rename-plugin'
'haskell-hls-retrie-plugin'
+ 'haskell-hls-splice-plugin' 'haskell-hls-stylish-haskell-plugin'
'haskell-lens'
+ 'haskell-lens-aeson' 'haskell-lsp' 'haskell-lsp-types'
'haskell-optparse-applicative'
+ 'haskell-optparse-simple' 'haskell-prettyprinter' 'haskell-regex-tdfa'
+ 'haskell-safe-exceptions' 'haskell-sqlite-simple' 'haskell-temporary'
'haskell-unliftio-core' 'haskell-unordered-containers')
makedepends=('ghc' 'uusi' 'haskell-ghcide-test-utils' 'haskell-hls-test-utils'
'haskell-hspec-expectations' 'haskell-lsp-test')
checkdepends=('cabal-install')
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bbe404fb768c7ce5970cf756a98ea421e44d40c2458795c0e88e245d2ac3927f865c15bf8c77ce4eb520aefc0bb44cd048638ff038326c9631a31c9c3b887db2')
+sha512sums=('37768d6c0c29ed0f9811c1b5c9dbbae013251363439ccb62ed49d057ea1c6d6b6e1fba0a1b875ccaf2b90d9e4807c42fd09525f68c15251b1ec07de92969bd49')
prepare() {
cd $pkgname-$pkgver
- uusi -u hls-call-hierarchy-plugin $pkgname.cabal
find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+ uusi -u hls-test-utils
}
build() {
@@ -51,7 +50,7 @@ build() {
-fignore-plugins-ghc-bounds -fcabal -fclass -fcallHierarchy
-f-haddockComments -feval -fimportLens \
-frefineImports -frename -fretrie -fhlint -fmoduleName -fpragmas -fsplice \
-falternateNumberFormat -fqualifyImportedNames -fcodeRange
-fchangeTypeSignature \
- -fexplicitFields -f-brittany -f-tactic \
+ -fexplicitFields -f-tactic \
-ffloskell -ffourmolu -formolu -fstylishHaskell -fstan -fgadt
-fexplicitFixity \
-frefactor -fcabalfmt \
-fdynamic
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-server/-/commit/a8d9f43a70e2884cb76785d6337f3bfa1d31037e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-server/-/commit/a8d9f43a70e2884cb76785d6337f3bfa1d31037e
You're receiving this email because of your account on gitlab.archlinux.org.