Date: Saturday, May 19, 2018 @ 07:12:31 Author: felixonmars Revision: 324411
upgpkg: haskell-parsers 0.12.8-22 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-parsers/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 07:11:36 UTC (rev 324410) +++ PKGBUILD 2018-05-19 07:12:31 UTC (rev 324411) @@ -5,18 +5,22 @@ _hkgname=parsers pkgname=haskell-parsers pkgver=0.12.8 -pkgrel=21 +pkgrel=22 pkgdesc="Parsing combinators" url="https://github.com/ekmett/parsers/" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-orphans' 'haskell-charset' - 'haskell-scientific' 'haskell-semigroups' - 'haskell-unordered-containers') + 'haskell-scientific' 'haskell-unordered-containers') makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('e38e2df58dad939c4402c3db5c33f656f71f3528d1b04223d0f19b340fa187c94145b19fc5a642fbfdc402b2d71fe3eaebc46d865b51a541a8b70cdad4d585e8') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
