[arch-commits] Commit in haskell-lsp/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Oct 5 18:19:24 UTC 2021


    Date: Tuesday, October 5, 2021 @ 18:19:24
  Author: felixonmars
Revision: 1027763

upgpkg: haskell-lsp 1.2.0.1-1: rebuild with ghcide 1.4.1.0, hiedb 0.4.1.0, hie-bios 0.7.6, hls-call-hierarchy-plugin 1.0.0.0, hls-class-plugin 1.0.1.0, hls-eval-plugin 1.1.2.0, hls-explicit-imports-plugin 1.0.1.0, hls-floskell-plugin 1.0.0.1, hls-fourmolu-plugin 1.0.0.2, hls-haddock-comments-plugin 1.0.0.3, hls-hlint-plugin 1.0.1.1, hls-module-name-plugin 1.0.0.1, hls-ormolu-plugin 1.0.1.0, hls-pragmas-plugin 1.0.1.0, hls-refine-imports-plugin 1.0.0.1, hls-retrie-plugin 1.0.1.1, hls-splice-plugin 1.0.0.4, hls-stylish-haskell-plugin 1.0.0.2, hls-test-utils 1.1.0.0, hls-plugin-api 1.2.0.0, lsp 1.2.0.1, lsp-test 0.14.0.1, lsp-types 1.3.0.1

Modified:
  haskell-lsp/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-05 18:16:12 UTC (rev 1027762)
+++ PKGBUILD	2021-10-05 18:19:24 UTC (rev 1027763)
@@ -2,26 +2,25 @@
 
 _hkgname=lsp
 pkgname=haskell-lsp
-pkgver=1.2.0.0
-pkgrel=39
+pkgver=1.2.0.1
+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-dependent-map' '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')
+         'haskell-dependent-map' 'haskell-exceptions' '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")
-sha512sums=('0da7d04a9117d014211705131192ac87881679cbc863e68e54d2ee20e4f77e7df588a9c90cbc16ef0606af4018b9f836fcb4e746dcfbc850fd909e1cb2d1d6bb')
+sha512sums=('77c79d06cec9bf5fab707c9c1907ca8428ba15f763cad16c5a4b18fb4ee80a1b04770c2b9579d0f4ba31b16f71c2296501c2bd2d3da2475974b42e3c7daf3838')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u base $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list