[arch-commits] Commit in haskell-hls-plugin-api/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Oct 5 18:34:37 UTC 2021


    Date: Tuesday, October 5, 2021 @ 18:34:36
  Author: felixonmars
Revision: 1027769

upgpkg: haskell-hls-plugin-api 1.2.0.0-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-hls-plugin-api/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-05 18:33:27 UTC (rev 1027768)
+++ PKGBUILD	2021-10-05 18:34:36 UTC (rev 1027769)
@@ -2,8 +2,8 @@
 
 _hkgname=hls-plugin-api
 pkgname=haskell-hls-plugin-api
-pkgver=1.1.0.2
-pkgrel=45
+pkgver=1.2.0.0
+pkgrel=1
 pkgdesc="Haskell Language Server API for plugin communication"
 url="https://github.com/haskell/haskell-language-server/hls-plugin-api"
 license=("Apache")
@@ -11,14 +11,16 @@
 depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-data-default' 'haskell-dependent-map'
          'haskell-dependent-sum' 'haskell-dlist' 'haskell-ghc' 'haskell-ghc-api-compat'
          'haskell-hashable' 'haskell-hls-graph' 'haskell-hslogger' 'haskell-lens' 'haskell-lsp'
-         'haskell-opentelemetry' 'haskell-regex-tdfa' 'haskell-unordered-containers')
+         'haskell-optparse-applicative' 'haskell-opentelemetry' 'haskell-regex-tdfa'
+         'haskell-unordered-containers')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('fd6be87c3103fd3a87d1f83652861075bda2016fb7a5db9071f76f3a153fd8a6f36b7d4f0bab3f04d9012b127ed3ed6eb52f4516c67cc2840911e204ef89cc46')
+sha512sums=('71e6addec81ba84bb26d8048107cb60a94ddb01ac4879640ec7ab7db8586515f1e0419db79e5fe3d8bfc0b37679f307c0c6e97e83739723439c48b14d2124d96')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
+  uusi -u ghc-api-compat $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list