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

Felix Yan felixonmars at archlinux.org
Mon Oct 15 22:44:10 UTC 2018


    Date: Monday, October 15, 2018 @ 22:44:10
  Author: felixonmars
Revision: 394469

upgpkg: haskell-microstache 1.0.1.1-64

rebuild with ghc 8.6.1

Modified:
  haskell-microstache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 22:38:57 UTC (rev 394468)
+++ PKGBUILD	2018-10-15 22:44:10 UTC (rev 394469)
@@ -4,7 +4,7 @@
 _hkgname=microstache
 pkgname=haskell-microstache
 pkgver=1.0.1.1
-pkgrel=63
+pkgrel=64
 pkgdesc="Mustache templates for Haskell"
 url="https://github.com/phadej/microstache"
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+    sed -i -e 's/<.*1.3/<2/' -e 's/< *0.6/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list