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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 17:00:24 UTC 2018


    Date: Tuesday, October 16, 2018 @ 17:00:23
  Author: felixonmars
Revision: 394693

upgpkg: haskell-pointed 5.0.1-57

rebuild with ghc 8.6.1

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 16:58:15 UTC (rev 394692)
+++ PKGBUILD	2018-10-16 17:00:23 UTC (rev 394693)
@@ -4,7 +4,7 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5.0.1
-pkgrel=56
+pkgrel=57
 pkgdesc="Pointed and copointed data"
 url="https://github.com/ekmett/pointed/"
 license=("custom:BSD3")
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' -e 's/< *2.5/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list