Date: Thursday, September 29, 2022 @ 20:54:27 Author: felixonmars Revision: 1317087
upgpkg: haskell-language-server 1.5.0.0-1: rebuild with ghcide 1.5.0, haskell-language-server 1.5.0.0, hls-call-hierarchy-plugin 1.0.1.1, hls-eval-plugin 1.2.0.1, hls-explicit-imports-plugin 1.0.1.1, hls-fourmolu-plugin 1.0.1.1, hls-graph 1.5.1.0, hls-hlint-plugin 1.0.2.0, hls-ormolu-plugin 1.0.1.1, hls-plugin-api 1.2.0.2, hls-retrie-plugin 1.0.1.3, hls-stylish-haskell-plugin 1.0.0.3, hls-test-utils 1.1.0.1 Modified: haskell-language-server/trunk/PKGBUILD haskell-language-server/trunk/haskell-language-server-aeson-2.patch ---------------------------------------+ PKGBUILD | 11 ++++++----- haskell-language-server-aeson-2.patch | 4 +--- 2 files changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 20:49:41 UTC (rev 1317086) +++ PKGBUILD 2022-09-29 20:54:27 UTC (rev 1317087) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=haskell-language-server -pkgver=1.4.0.0 -pkgrel=49 +pkgver=1.5.0.0 +pkgrel=1 pkgdesc="LSP server for GHC" url="https://github.com/haskell/haskell-language-server#readme" license=("Apache") @@ -27,8 +27,8 @@ checkdepends=('cabal-install') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz" haskell-language-server-aeson-2.patch) -sha512sums=('2f9222b5b9d748aaa885908e8784acbc5ff5d0ff9142954aced2f53ea97e0ea4eb2d47119d0a03129038d729ea2b9fe05b864577d20bc493e12e0262f5454f99' - 'fa10eba81879d910bd237b1cdf900737b0208dd6dc8291eb3ca76d62e1f771f0a05707e3d65dd67b5fca75d205ebbc3eab3d627b0cddf34de0509c8d4cf3c211') +sha512sums=('7e79501fd3f52620731d92c54d41de3137d81fd8a548ce5790f56539ecef5f2f38a6f119c79f9b38defcc48c370a2f5b4fc2a8875b93be732246327fc0232cc1' + 'ef13dbef55343271d4bd5bd8ae3150597113c5b6503fb6bb39544e11345172f38798b1d9bb131c5734bce366a59d98387ae288c2d5b5a3f3740ee135b48bbf8f') prepare() { cd $pkgname-$pkgver @@ -44,7 +44,8 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ - --ghc-option='-pie' -f-brittany -f-class -f-refineImports -f-tactic -f-splice + --ghc-option='-pie' \ + -fignore-plugins-ghc-bounds -f-brittany -f-class -f-refineImports -f-tactic -f-splice runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script Modified: haskell-language-server-aeson-2.patch =================================================================== --- haskell-language-server-aeson-2.patch 2022-09-29 20:49:41 UTC (rev 1317086) +++ haskell-language-server-aeson-2.patch 2022-09-29 20:54:27 UTC (rev 1317087) @@ -111,7 +111,7 @@ index cf368b0613..3d160931b7 100644 --- a/test/functional/FunctionalCodeAction.hs +++ b/test/functional/FunctionalCodeAction.hs -@@ -4,18 +4,18 @@ +@@ -4,17 +4,17 @@ module FunctionalCodeAction (tests) where @@ -129,10 +129,8 @@ +import qualified Data.Text as T import Ide.Plugin.Config -import Language.LSP.Test as Test --import qualified Language.LSP.Types.Capabilities as C -import qualified Language.LSP.Types.Lens as L +import Language.LSP.Test as Test -+import qualified Language.LSP.Types.Capabilities as C +import qualified Language.LSP.Types.Lens as L import Test.Hls import Test.Hspec.Expectations
