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

Felix Yan felixonmars at archlinux.org
Fri Feb 15 17:49:06 UTC 2019


    Date: Friday, February 15, 2019 @ 17:49:05
  Author: felixonmars
Revision: 432828

upgpkg: haskell-tree-diff 0.0.2-12

rebuild with tasty 1.2, tasty-rerun 1.1.14

Modified:
  haskell-tree-diff/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-15 17:38:59 UTC (rev 432827)
+++ PKGBUILD	2019-02-15 17:49:05 UTC (rev 432828)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.0.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff"
 license=('BSD')
@@ -20,6 +20,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    sed -i 's/< *1.2/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list