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

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


    Date: Tuesday, October 16, 2018 @ 16:24:20
  Author: felixonmars
Revision: 394667

upgpkg: haskell-adjunctions 4.4-53

rebuild with ghc 8.6.1

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 16:22:48 UTC (rev 394666)
+++ PKGBUILD	2018-10-16 16:24:20 UTC (rev 394667)
@@ -4,7 +4,7 @@
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
 pkgver=4.4
-pkgrel=52
+pkgrel=53
 pkgdesc="Adjunctions and representable functors"
 url="https://github.com/ekmett/adjunctions/"
 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/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list