Date: Monday, May 21, 2018 @ 16:25:44 Author: felixonmars Revision: 326331
upgpkg: haskell-charset 0.3.7.1-30 rebuild with ansi-terminal,0.8.0.4 Modified: haskell-charset/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-21 16:24:50 UTC (rev 326330) +++ PKGBUILD 2018-05-21 16:25:44 UTC (rev 326331) @@ -5,16 +5,21 @@ _hkgname=charset pkgname=haskell-charset pkgver=0.3.7.1 -pkgrel=29 +pkgrel=30 pkgdesc="A compatibility layer for base" url="https://github.com/ekmett/charset" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-semigroups" "haskell-unordered-containers") +depends=('ghc-libs' 'haskell-unordered-containers') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('594e71a5d6ced52e1491368611775bda106119b82025e84fc97078753358af7d9f6c22b99291dd51a990ff223c4582f913e01d829418f8918652c3c9fc495792') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
