Date: Sunday, February 12, 2023 @ 09:58:26 Author: felixonmars Revision: 1399978
upgpkg: dhall-lsp-server 1.1.2-54: rebuild with ghcide 1.8.0.0, haskell-language-server 1.8.0.0, hie-bios 0.11.0, hie-compat 0.3.0.0, hiedb 0.4.2.0, hls-alternate-number-format-plugin 1.2.0.0, hls-call-hierarchy-plugin 1.1.0.0, hls-change-type-signature-plugin 1.0.1.1, hls-class-plugin 1.1.0.0, hls-code-range-plugin 1.0.0.0, hls-eval-plugin 1.3.0.0, hls-explicit-fixity-plugin 1.0.0.0, hls-floskell-plugin 1.0.1.2, hls-fourmolu-plugin 1.1.0.0, hls-gadt-plugin 1.0.0.0, hls-graph 1.8.0.0, hls-haddock-comments-plugin 1.1.0.0, hls-hlint-plugin 1.1.0.0, hls-module-name-plugin 1.1.0.0, hls-plugin-api 1.5.0.0, hls-pragmas-plugin 1.0.3.0, hls-refactor-plugin 1.0.0.0, hls-refine-imports-plugin 1.0.3.0, hls-rename-plugin 1.0.1.0, hls-retrie-plugin 1.0.2.2, hls-splice-plugin 1.0.2.0, hls-tactics-plugin 1.7.0.0, hls-test-utils 1.4.0.0, lsp 1.6.0.0, lsp-test 0.14.1.0, lsp-types 1.6.0.0 Modified: dhall-lsp-server/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-12 09:58:23 UTC (rev 1399977) +++ PKGBUILD 2023-02-12 09:58:26 UTC (rev 1399978) @@ -2,18 +2,18 @@ pkgname=dhall-lsp-server pkgver=1.1.2 -pkgrel=53 +pkgrel=54 pkgdesc="Language Server Protocol (LSP) server for Dhall" url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme" license=("custom:MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-data-default' 'dhall' - 'dhall-json' 'haskell-lsp' 'haskell-hslogger' 'haskell-lens' 'haskell-lens-family-core' + 'dhall-json' 'haskell-lsp1.4' 'haskell-hslogger' 'haskell-lens' 'haskell-lens-family-core' 'haskell-megaparsec' 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-prettyprinter' 'haskell-rope-utf16-splay' 'haskell-unordered-containers' 'haskell-uri-encode') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec' 'haskell-lsp-test' - 'haskell-lsp-types' 'haskell-tasty' 'haskell-tasty-hspec') +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec' + 'haskell-lsp-test0.14.0' 'haskell-lsp-types1.4' 'haskell-tasty' 'haskell-tasty-hspec') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('af0fc8146ff87002069833624737fb0eb0f6ddb9250e9ef7e78a4b7e0d49b4071f707c5743714fecdc07abbf23507ec3a32e63e5fcfb3d3eebd612ddad46a2f8')
