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

Felix Yan felixonmars at archlinux.org
Mon Jun 14 11:28:15 UTC 2021


    Date: Monday, June 14, 2021 @ 11:28:15
  Author: felixonmars
Revision: 963426

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

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-14 11:25:15 UTC (rev 963425)
+++ PKGBUILD	2021-06-14 11:28:15 UTC (rev 963426)
@@ -2,19 +2,19 @@
 
 _hkgname=hls-plugin-api
 pkgname=haskell-hls-plugin-api
-pkgver=1.1.0.0
-pkgrel=18
+pkgver=1.1.0.2
+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-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')
+         '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')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('22f16b0e43f1f02c1b9c4f76ad2f19efb383b102526b4033353cec122d2edd19503d410a892a20799b5aee02f8ec247db2978139351359ec94ed4ece4a69af0d')
+sha512sums=('fd6be87c3103fd3a87d1f83652861075bda2016fb7a5db9071f76f3a153fd8a6f36b7d4f0bab3f04d9012b127ed3ed6eb52f4516c67cc2840911e204ef89cc46')
 
 prepare() {
   cd $_hkgname-$pkgver



More information about the arch-commits mailing list