[arch-commits] Commit in cabal-plan/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Feb 9 16:51:24 UTC 2022


    Date: Wednesday, February 9, 2022 @ 16:51:24
  Author: felixonmars
Revision: 1129500

upgpkg: cabal-plan 0.7.2.0-107: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0

Modified:
  cabal-plan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-09 16:49:55 UTC (rev 1129499)
+++ PKGBUILD	2022-02-09 16:51:24 UTC (rev 1129500)
@@ -3,7 +3,7 @@
 _hkgname=cabal-plan
 pkgname=cabal-plan
 pkgver=0.7.2.0
-pkgrel=106
+pkgrel=107
 pkgdesc="Library and utility for processing cabal's plan.json file"
 url="https://github.com/hvr/cabal-plan"
 license=("GPL")
@@ -18,7 +18,7 @@
 
 prepare() {
   cd $_hkgname-$pkgver
-  uusi -u base -u Cabal -u optics-core -u semialign $_hkgname.cabal
+  uusi -u base -u base-compat -u Cabal -u optics-core -u semialign $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list