Date: Saturday, February 4, 2023 @ 23:44:04 Author: felixonmars Revision: 1392570
upgpkg: haskell-language-server 1.7.0.0-1: rebuild with ghcide 1.7.0.0, haskell-language-server 1.7.0.0, hie-bios 0.9.1, hls-alternate-number-format-plugin 1.1.0.0, hls-brittany-plugin 1.0.2.1, hls-call-hierarchy-plugin 1.0.3.0, hls-change-type-signature-plugin 1.0.1.0, hls-class-plugin 1.0.3.0, hls-eval-plugin 1.2.2.0, hls-explicit-imports-plugin 1.1.0.0, hls-floskell-plugin 1.0.1.1, hls-fourmolu-plugin 1.0.3.0, hls-graph 1.7.0.0, hls-hlint-plugin 1.0.4.0, hls-module-name-plugin 1.0.2.0, hls-ormolu-plugin 1.0.2.1, hls-plugin-api 1.4.0.0, hls-pragmas-plugin 1.0.2.1, hls-refine-imports-plugin 1.0.2.0, hls-rename-plugin 1.0.0.2, hls-retrie-plugin 1.0.2.1, hls-stylish-haskell-plugin 1.0.1.1, hls-tactics-plugin 1.6.2.0, hls-test-utils 1.3.0.0 Modified: haskell-language-server/trunk/PKGBUILD ----------+ PKGBUILD | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 23:42:42 UTC (rev 1392569) +++ PKGBUILD 2023-02-04 23:44:04 UTC (rev 1392570) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=haskell-language-server -pkgver=1.6.1.1 -pkgrel=9 +pkgver=1.7.0.0 +pkgrel=1 pkgdesc="LSP server for GHC" url="https://github.com/haskell/haskell-language-server#readme" license=("Apache") @@ -9,26 +9,27 @@ 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-api-compat' 'haskell-ghc-paths' 'haskell-ghcide' - 'haskell-githash' 'haskell-gitrev' 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb' + '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-call-hierarchy-plugin' 'haskell-hls-class-plugin' 'haskell-hls-eval-plugin' - 'haskell-hls-explicit-imports-plugin' 'haskell-hls-floskell-plugin' - 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 'haskell-hls-graph' - 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin' + 'haskell-hls-call-hierarchy-plugin' 'haskell-hls-change-type-signature-plugin' + 'haskell-hls-class-plugin' 'haskell-hls-eval-plugin' 'haskell-hls-explicit-imports-plugin' + 'haskell-hls-floskell-plugin' 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' + 'haskell-hls-graph' 'haskell-hls-haddock-comments-plugin' '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-refine-imports-plugin' 'haskell-hls-rename-plugin' 'haskell-hls-retrie-plugin' 'haskell-hls-selection-range-plugin' 'haskell-hls-splice-plugin' - 'haskell-hls-stylish-haskell-plugin' 'haskell-hls-tactics-plugin' 'haskell-hslogger' + 'haskell-hls-stylish-haskell-plugin' 'haskell-hls-tactics-plugin' 'haskell-lens' 'haskell-lens-aeson' 'haskell-lsp' 'haskell-optparse-applicative' - 'haskell-optparse-simple' 'haskell-regex-tdfa' 'haskell-safe-exceptions' - 'haskell-sqlite-simple' 'haskell-temporary' 'haskell-unordered-containers') + 'haskell-optparse-simple' 'haskell-prettyprinter' 'haskell-regex-tdfa' + 'haskell-safe-exceptions' 'haskell-sqlite-simple' 'haskell-temporary' + 'haskell-unordered-containers') makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-hspec-expectations' 'haskell-lsp-test' 'haskell-lsp-types') checkdepends=('cabal-install') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('da072693c6103d9a54c6360e8fe58970aa6da7b3d413c7cbd53bb86d52ed0cc100ef058bf75e417a9fbc0599f24b3e8e8d5b7c7937403cd86ed5997f7283595f') +sha512sums=('877e5f4ca2c187f4a18087ba1ebf106b0ccb27dc50af2ce5cafb7b7e3852cd6306457fd59da4d4d7d93d1ac9caca8ce030cf8f1b1d5bb30d6219899e06e28fbc') prepare() { cd $pkgname-$pkgver @@ -45,7 +46,7 @@ --ghc-option='-pie' \ -fignore-plugins-ghc-bounds -fclass -fcallHierarchy -fhaddockComments -feval -fimportLens \ -frefineImports -frename -fretrie -ftactic -fhlint -fmoduleName -fpragmas -fsplice \ - -falternateNumberFormat -fqualifyImportedNames -fselectionRange \ + -falternateNumberFormat -fqualifyImportedNames -fselectionRange -fchangeTypeSignature \ -ffloskell -ffourmolu -formolu -fstylishHaskell -fbrittany \ -fdynamic
