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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jan 13 15:47:01 UTC 2022


    Date: Thursday, January 13, 2022 @ 15:47:00
  Author: felixonmars
Revision: 1101899

upgpkg: haskell-hls-explicit-imports-plugin 1.0.1.0-54: rebuild with ghc 9.0.2

Modified:
  haskell-hls-explicit-imports-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-13 14:13:06 UTC (rev 1101898)
+++ PKGBUILD	2022-01-13 15:47:00 UTC (rev 1101899)
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-imports-plugin
 pkgname=haskell-hls-explicit-imports-plugin
 pkgver=1.0.1.0
-pkgrel=53
+pkgrel=54
 pkgdesc="Explicit imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-explicit-imports-plugin"
 license=("Apache")
@@ -17,7 +17,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