[arch-commits] Commit in haskell-hls-plugin-api/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Jan 13 12:44:32 UTC 2022
Date: Thursday, January 13, 2022 @ 12:44:31
Author: felixonmars
Revision: 1101876
upgpkg: haskell-hls-plugin-api 1.2.0.0-43: rebuild with ghc 9.0.2
Modified:
haskell-hls-plugin-api/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-13 12:39:03 UTC (rev 1101875)
+++ PKGBUILD 2022-01-13 12:44:31 UTC (rev 1101876)
@@ -3,7 +3,7 @@
_hkgname=hls-plugin-api
pkgname=haskell-hls-plugin-api
pkgver=1.2.0.0
-pkgrel=42
+pkgrel=43
pkgdesc="Haskell Language Server API for plugin communication"
url="https://github.com/haskell/haskell-language-server/hls-plugin-api"
license=("Apache")
@@ -20,7 +20,7 @@
prepare() {
cd $_hkgname-$pkgver
gen-setup
- uusi -u ghc-api-compat $_hkgname.cabal
+ uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list