Date: Sunday, February 12, 2023 @ 08:00:26
  Author: felixonmars
Revision: 1399923

upgpkg: haskell-lsp 1.6.0.0-1: 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-types 1.6.0.0

Modified:
  haskell-lsp/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-12 07:59:54 UTC (rev 1399922)
+++ PKGBUILD    2023-02-12 08:00:26 UTC (rev 1399923)
@@ -2,26 +2,23 @@
 
 _hkgname=lsp
 pkgname=haskell-lsp
-pkgver=1.4.0.0
-pkgrel=8
+pkgver=1.6.0.0
+pkgrel=1
 pkgdesc="Haskell library for the Microsoft Language Server Protocol"
 url="https://github.com/haskell/lsp";
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-attoparsec' 
'haskell-data-default'
-         'haskell-hashable' 'haskell-hslogger' 'haskell-lens' 
'haskell-lsp-types'
-         'haskell-network-uri' 'haskell-random' 'haskell-scientific' 
'haskell-sorted-list'
-         'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-uuid' 
'haskell-unliftio')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover'
-             'haskell-quickcheck-instances' 'haskell-rope-utf16-splay')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";
-        lsp-aeson-2.patch)
-sha512sums=('f190ef30a676f56dc759ebce8b162e8f6bcbee95d19f4ffa501bc476c42f136a6ae2ed763a74c068280c5eaaf53f93d3c2f5d01c3275c1e4e7a085a9404858bd'
-            
'c514fb46a9d20552fa7b63895e28bcec83c804087f3a84800a113aa579be4d18311e2d4fea43a800aa9c5fd403d808eae36bba54cc2c4be6c23ad060dcc7fbd8')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-attoparsec' 
'haskell-co-log-core'
+         'haskell-data-default' 'haskell-hashable' 'haskell-lens' 
'haskell-lsp-types'
+         'haskell-prettyprinter' 'haskell-random' 'haskell-sorted-list' 
'haskell-temporary'
+         'haskell-text-rope' 'haskell-unliftio-core' 
'haskell-unordered-containers' 'haskell-uuid'
+         'haskell-unliftio')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha512sums=('e943409c6321d87178b8ac2e331ee67e259df9661a7ad4e0d30238ea79b29e79129b45bdb25d420e633e7e74c632ce6f1a1ba6e6a3ead2e0c47db5a3418cf476')
 
 prepare() {
   cd $_hkgname-$pkgver
-  patch -p2 -i ../lsp-aeson-2.patch
   gen-setup
 }
 

Reply via email to