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

Felix Yan felixonmars at archlinux.org
Sun Oct 14 14:56:42 UTC 2018


    Date: Sunday, October 14, 2018 @ 14:56:41
  Author: felixonmars
Revision: 393618

upgpkg: haskell-generic-trie 0.3.1-4

rebuild with ghc 8.6.1

Modified:
  haskell-generic-trie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 14:54:48 UTC (rev 393617)
+++ PKGBUILD	2018-10-14 14:56:41 UTC (rev 393618)
@@ -4,7 +4,7 @@
 _hkgname=generic-trie
 pkgname=haskell-generic-trie
 pkgver=0.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A map, where the keys may be complex structured data"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+    sed -e 's/<.*4.11/<5/' -e 's/<.*0.6/<1/' -i $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list