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

Felix Yan felixonmars at archlinux.org
Sat May 19 10:42:52 UTC 2018


    Date: Saturday, May 19, 2018 @ 10:42:51
  Author: felixonmars
Revision: 324515

upgpkg: haskell-wl-pprint-extras 3.5.0.5-38

rebuild with base-compat,0.10.1 aeson,1.3.1.1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 10:42:15 UTC (rev 324514)
+++ PKGBUILD	2018-05-19 10:42:51 UTC (rev 324515)
@@ -4,18 +4,18 @@
 _hkgname=wl-pprint-extras
 pkgname=haskell-wl-pprint-extras
 pkgver=3.5.0.5
-pkgrel=37
+pkgrel=38
 pkgdesc="A free monad based on the Wadler/Leijen pretty printer"
 url="https://github.com/ekmett/wl-pprint-extras/"
 license=('custom:BSD3')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-semigroups' 'haskell-semigroupoids' 'haskell-utf8-string')
+depends=('ghc-libs' 'haskell-semigroupoids' 'haskell-utf8-string')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('705107842ccbf4eb23d0b9e8069fd4d5bb1b03ffecbf9efaa8a579fd977380913d590fa370cc42476d5b28fde98fc44e7879fe343f761cd1751ebeb0b8c0e242')
 
 prepare() {
-    sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+    sed -e '/nats/d' -e '/semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {



More information about the arch-commits mailing list