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

Felix Yan felixonmars at archlinux.org
Fri Jan 3 04:43:04 UTC 2020


    Date: Friday, January 3, 2020 @ 04:43:03
  Author: felixonmars
Revision: 546862

upgpkg: haskell-tree-diff 0.1-38: rebuild with ansi-terminal 0.10.1

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 04:38:03 UTC (rev 546861)
+++ PKGBUILD	2020-01-03 04:43:03 UTC (rev 546862)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.1
-pkgrel=37
+pkgrel=38
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff"
 license=('BSD')
@@ -20,7 +20,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-    sed -i -e 's/=0.10.5/=0.11/' -e '/bytestring-builder/d' $_hkgname.cabal
+    sed -i -e 's/=0.10.5/=0.11/' -e 's/=0.9.1/=0.10/' -e '/bytestring-builder/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list