Date: Saturday, May 19, 2018 @ 13:47:34 Author: felixonmars Revision: 324583
upgpkg: haskell-wl-pprint-terminfo 3.7.1.4-38 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-wl-pprint-terminfo/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 13:42:24 UTC (rev 324582) +++ PKGBUILD 2018-05-19 13:47:34 UTC (rev 324583) @@ -4,18 +4,18 @@ _hkgname=wl-pprint-terminfo pkgname=haskell-wl-pprint-terminfo pkgver=3.7.1.4 -pkgrel=37 +pkgrel=38 pkgdesc="A color pretty printer with terminfo support" url="https://github.com/ekmett/wl-pprint-terminfo/" license=('custom:BSD3') arch=('x86_64') -depends=('ghc-libs' 'haskell-semigroups' 'haskell-wl-pprint-extras') +depends=('ghc-libs' 'haskell-wl-pprint-extras') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('1f2a7bd195732fe297c49c50b59812190d5698efa7c2e9b2fbcfbbae71523c25dfcc2a0f098aebe22453cd867bc40480100c8231a6f43a7bd46202f3dcd924b3') prepare() { - sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal + sed -e '/nats/d' -e '/semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal } build() {
