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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jul 4 23:41:22 UTC 2022


    Date: Monday, July 4, 2022 @ 23:41:22
  Author: felixonmars
Revision: 1244068

upgpkg: haskell-hiedb 0.4.1.0-76: rebuild with algebraic-graphs 0.7

Modified:
  haskell-hiedb/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 23:39:51 UTC (rev 1244067)
+++ PKGBUILD	2022-07-04 23:41:22 UTC (rev 1244068)
@@ -3,7 +3,7 @@
 _hkgname=hiedb
 pkgname=haskell-hiedb
 pkgver=0.4.1.0
-pkgrel=75
+pkgrel=76
 pkgdesc="Generates a references DB from .hie files"
 url="https://github.com/wz1000/HieDb"
 license=("BSD")
@@ -18,6 +18,9 @@
 prepare() {
   cd hiedb-$pkgver
   sed -i 's/callProcess hc args/callProcess hc (["-dynamic"] ++ args)/' test/Main.hs
+
+  # algebraic-graphs 0.7
+  sed -i 's/dfs vs m/dfs m vs/' src/HieDb/Query.hs
 }
 
 build() {



More information about the arch-commits mailing list