[arch-commits] Commit in haskell-hls-explicit-imports-plugin/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Oct 5 19:40:34 UTC 2021
Date: Tuesday, October 5, 2021 @ 19:40:34
Author: felixonmars
Revision: 1027778
upgpkg: haskell-hls-explicit-imports-plugin 1.0.1.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-explicit-imports-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-05 19:39:33 UTC (rev 1027777)
+++ PKGBUILD 2021-10-05 19:40:34 UTC (rev 1027778)
@@ -2,8 +2,8 @@
_hkgname=hls-explicit-imports-plugin
pkgname=haskell-hls-explicit-imports-plugin
-pkgver=1.0.0.3
-pkgrel=65
+pkgver=1.0.1.0
+pkgrel=1
pkgdesc="Explicit imports plugin for Haskell Language Server"
url="https://hackage.haskell.org/package/hls-explicit-imports-plugin"
license=("Apache")
@@ -12,11 +12,12 @@
'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-lsp' 'haskell-unordered-containers')
makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('9ee3ef0e88179ec03f64e2f23ba21c00ed02dd2b64c097de926c9502d2b4b77fb3c5e17c1ebe7f3e7e4a8db2a38a888de6ddb523b247f2883c9750452c603358')
+sha512sums=('7691ecc341fb511e51ccb6c1f67cd6f3c908f771b62423d7713d05bf13893b7ac53ae9c453ab8b6ca227ed8c9b42191cd30b9745b57f00c51f3f3646954955b8')
prepare() {
cd $_hkgname-$pkgver
gen-setup
+ uusi -u ghc-api-compat $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list