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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 18:03:13 UTC 2018


    Date: Tuesday, October 16, 2018 @ 18:03:13
  Author: felixonmars
Revision: 394729

upgpkg: haskell-tree-diff 0.0.1-51

rebuild with ghc 8.6.1

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 18:01:14 UTC (rev 394728)
+++ PKGBUILD	2018-10-16 18:03:13 UTC (rev 394729)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.0.1
-pkgrel=50
+pkgrel=51
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff"
 license=('custom:BSD3')
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/<.*2.11/<3/' -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.10/<1/' -e 's/<.*1.1/<2/' $_hkgname.cabal
+    sed -i -e 's/<.*2.11/<3/' -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.10/<1/' -e 's/<.*1.1/<2/' -e 's/< *0.6/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list