[arch-commits] Commit in haskell-wl-pprint-terminfo/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Oct 16 18:30:38 UTC 2018


    Date: Tuesday, October 16, 2018 @ 18:30:38
  Author: felixonmars
Revision: 394749

upgpkg: haskell-wl-pprint-terminfo 3.7.1.4-73

rebuild with ghc 8.6.1

Modified:
  haskell-wl-pprint-terminfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 18:26:04 UTC (rev 394748)
+++ PKGBUILD	2018-10-16 18:30:38 UTC (rev 394749)
@@ -3,7 +3,7 @@
 _hkgname=wl-pprint-terminfo
 pkgname=haskell-wl-pprint-terminfo
 pkgver=3.7.1.4
-pkgrel=72
+pkgrel=73
 pkgdesc="A color pretty printer with terminfo support"
 url="https://github.com/ekmett/wl-pprint-terminfo/"
 license=('custom:BSD3')
@@ -14,7 +14,7 @@
 sha512sums=('1f2a7bd195732fe297c49c50b59812190d5698efa7c2e9b2fbcfbbae71523c25dfcc2a0f098aebe22453cd867bc40480100c8231a6f43a7bd46202f3dcd924b3')
 
 prepare() {
-    sed -e '/nats/d' -e '/semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+    sed -e '/nats/d' -e '/semigroups/d' -e 's/< *0.6/<1/' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {



More information about the arch-commits mailing list