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

Felix Yan felixonmars at archlinux.org
Sat Jan 11 18:32:47 UTC 2020


    Date: Saturday, January 11, 2020 @ 18:32:47
  Author: felixonmars
Revision: 552013

upgpkg: haskell-wl-pprint-extras 3.5.0.5-124: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-11 18:32:36 UTC (rev 552012)
+++ PKGBUILD	2020-01-11 18:32:47 UTC (rev 552013)
@@ -3,7 +3,7 @@
 _hkgname=wl-pprint-extras
 pkgname=haskell-wl-pprint-extras
 pkgver=3.5.0.5
-pkgrel=123
+pkgrel=124
 pkgdesc="A free monad based on the Wadler/Leijen pretty printer"
 url="https://github.com/ekmett/wl-pprint-extras/"
 license=('BSD')
@@ -14,7 +14,9 @@
 sha512sums=('705107842ccbf4eb23d0b9e8069fd4d5bb1b03ffecbf9efaa8a579fd977380913d590fa370cc42476d5b28fde98fc44e7879fe343f761cd1751ebeb0b8c0e242')
 
 prepare() {
-    sed -e '/nats/d' -e '/semigroups/d' -e 's/< *0.6/<1/' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+    cd $_hkgname-$pkgver
+    sed -e '/nats/d' -e '/semigroups/d' -e 's/< *0.6/<1/' -i $_hkgname.cabal
+    sed -i -e '/fail _ = empty/d' src/Text/PrettyPrint/Free/Internal.hs
 }
 
 build() {



More information about the arch-commits mailing list