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

Felix Yan felixonmars at archlinux.org
Sat Mar 13 17:07:11 UTC 2021


    Date: Saturday, March 13, 2021 @ 17:07:11
  Author: felixonmars
Revision: 890371

upgpkg: haskell-hls-plugin-api 1.0.0.0-1

Modified:
  haskell-hls-plugin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 17:06:34 UTC (rev 890370)
+++ PKGBUILD	2021-03-13 17:07:11 UTC (rev 890371)
@@ -2,23 +2,23 @@
 
 _hkgname=hls-plugin-api
 pkgname=haskell-hls-plugin-api
-pkgver=0.6.0.0
-pkgrel=51
+pkgver=1.0.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")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-data-default' 'haskell-hashable'
-         'haskell-lsp' 'haskell-hslogger' 'haskell-lens' 'haskell-regex-tdfa' 'haskell-shake'
+depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-data-default' 'haskell-dependent-map'
+         'haskell-dependent-sum' 'haskell-dlist' 'haskell-hashable' 'haskell-hslogger'
+         'haskell-lens' 'haskell-lsp' 'haskell-opentelemetry' 'haskell-regex-tdfa' 'haskell-shake'
          'haskell-unordered-containers')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('f1060ed8229120a3c60fc14da0bdaca33a2fb39b6c48f39ba0a045b02a10cd36')
+sha512sums=('d9bd759624ce8f67c0d49a04836756d1011794abafca35f9e9e86eb37a08e3338d573d38d16579d4473ff742af9ba7afced1ce4537d01fd2adbb9c36ee0ede4c')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u haskell-lsp $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list