Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-language-server
Commits:
e47bcc68 by Felix Yan at 2025-10-14T03:33:58+08:00
upgpkg: 2.1.0.0-117: re-enable floskell plugin
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-language-server
pkgdesc = LSP server for GHC
pkgver = 2.1.0.0
- pkgrel = 116
+ pkgrel = 117
url = https://github.com/haskell/haskell-language-server#readme
arch = x86_64
license = Apache-2.0
@@ -40,6 +40,7 @@ pkgbase = haskell-language-server
depends = haskell-hls-explicit-fixity-plugin
depends = haskell-hls-explicit-imports-plugin
depends = haskell-hls-explicit-record-fields-plugin
+ depends = haskell-hls-floskell-plugin
depends = haskell-hls-fourmolu-plugin
depends = haskell-hls-gadt-plugin
depends = haskell-hls-ormolu-plugin
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=haskell-language-server
pkgver=2.1.0.0
-pkgrel=116
+pkgrel=117
pkgdesc="LSP server for GHC"
url="https://github.com/haskell/haskell-language-server#readme"
license=('Apache-2.0')
@@ -16,7 +16,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty'
'haskell-async'
'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-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-overloaded-record-dot-plugin'
@@ -51,7 +51,7 @@ build() {
-frename -fretrie -fhlint -fmoduleName -fpragmas -fsplice \
-falternateNumberFormat -fqualifyImportedNames -fcodeRange
-fchangeTypeSignature \
-fexplicitFields -f-tactic -foverloadedrecorddot \
- -f-floskell -ffourmolu -formolu -fstylishHaskell -fstan -fgadt
-fexplicitFixity \
+ -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/e47bcc68d2852bba115b885275b495670d880ee4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-server/-/commit/e47bcc68d2852bba115b885275b495670d880ee4
You're receiving this email because of your account on gitlab.archlinux.org.