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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 17:02:29 UTC 2018


    Date: Tuesday, October 16, 2018 @ 17:02:28
  Author: felixonmars
Revision: 394695

upgpkg: haskell-rebase 1.3-4

rebuild with ghc 8.6.1

Modified:
  haskell-rebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 17:00:40 UTC (rev 394694)
+++ PKGBUILD	2018-10-16 17:02:28 UTC (rev 394695)
@@ -4,7 +4,7 @@
 _hkgname=rebase
 pkgname=haskell-rebase
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase"
 license=("MIT")
@@ -20,7 +20,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -e '/fail/d' -e '/semigroups/d' -i $_hkgname.cabal
+    sed -e '/fail/d' -e '/semigroups/d' -e 's/< *0.6/<1/' -i $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list