Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-language-server
Commits:
83cd3d0b by Felix Yan at 2024-02-26T22:38:29+00:00
upgpkg: 1.9.1.0-74: rebuild with GHC 9.2.8, apply-refact 0.11.0.0,
cabal-install-parsers 0.4.5,cabal-plan 0.7.2.1, dbus 1.3.1, doctest-parallel
0.3.1, filepath-bytestring 1.4.2.1.13, fourmolu 0.9.0.0, ghc-exactprint 1.5.0,
ghc-lib-parser 9.2.8.20230729, ghc-lib-parser-ex 9.2.1.1, hlint 3.4.1, ormolu
0.5.0.1, resolv 0.2.0.2, retrie 1.2.2, stack 2.9.1, stylish-haskell 0.14.3.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 = 73
+ pkgrel = 74
url = https://github.com/haskell/haskell-language-server#readme
arch = x86_64
license = Apache
@@ -29,7 +29,6 @@ pkgbase = haskell-language-server
depends = haskell-hie-bios
depends = haskell-hiedb
depends = haskell-hls-alternate-number-format-plugin
- depends = haskell-hls-brittany-plugin
depends = haskell-hls-cabal-fmt-plugin
depends = haskell-hls-cabal-plugin
depends = haskell-hls-call-hierarchy-plugin
@@ -45,7 +44,6 @@ pkgbase = haskell-language-server
depends = haskell-hls-gadt-plugin
depends = haskell-hls-ormolu-plugin
depends = haskell-hls-graph
- depends = haskell-hls-haddock-comments-plugin
depends = haskell-hls-hlint-plugin
depends = haskell-hls-module-name-plugin
depends = haskell-hls-ormolu-plugin
@@ -58,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-hls-tactics-plugin
depends = haskell-hslogger
depends = haskell-lens
depends = haskell-lens-aeson
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=haskell-language-server
pkgver=1.9.1.0
-pkgrel=73
+pkgrel=74
pkgdesc="LSP server for GHC"
url="https://github.com/haskell/haskell-language-server#readme"
license=("Apache")
@@ -11,19 +11,19 @@ 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-brittany-plugin'
+ '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-haddock-comments-plugin'
'haskell-hls-hlint-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-hls-tactics-plugin'
'haskell-hslogger'
+ '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'
@@ -45,14 +45,14 @@ build() {
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
--enable-tests \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
--ghc-option=-fllvm \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
--ghc-option='-pie' \
- -fignore-plugins-ghc-bounds -fcabal -fclass -fcallHierarchy
-fhaddockComments -feval -fimportLens \
- -frefineImports -frename -fretrie -ftactic -fhlint -fmoduleName -fpragmas
-fsplice \
+ -fignore-plugins-ghc-bounds -fcabal -fclass -fcallHierarchy
-f-haddockComments -feval -fimportLens \
+ -frefineImports -frename -fretrie -fhlint -fmoduleName -fpragmas -fsplice \
-falternateNumberFormat -fqualifyImportedNames -fcodeRange
-fchangeTypeSignature \
- -fexplicitFields \
- -ffloskell -ffourmolu -formolu -fstylishHaskell -fbrittany -fstan -fgadt
-fexplicitFixity \
+ -fexplicitFields -f-brittany -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/83cd3d0bdc6ac1198458671ba3f2515a690cc8cd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-server/-/commit/83cd3d0bdc6ac1198458671ba3f2515a690cc8cd
You're receiving this email because of your account on gitlab.archlinux.org.