[arch-commits] Commit in haskell-topograph/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 7 13:58:57 UTC 2022


    Date: Monday, February 7, 2022 @ 13:58:57
  Author: felixonmars
Revision: 1127920

upgpkg: haskell-topograph 1.0.0.1-47: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0

Modified:
  haskell-topograph/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 13:30:14 UTC (rev 1127919)
+++ PKGBUILD	2022-02-07 13:58:57 UTC (rev 1127920)
@@ -3,7 +3,7 @@
 _hkgname=topograph
 pkgname=haskell-topograph
 pkgver=1.0.0.1
-pkgrel=46
+pkgrel=47
 pkgdesc="Directed acyclic graphs"
 url="https://github.com/phadej/topograph"
 license=("BSD")
@@ -16,7 +16,7 @@
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u base $_hkgname.cabal
+  uusi -u base -u base-compat $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list