Date: Saturday, May 19, 2018 @ 07:42:04 Author: felixonmars Revision: 324441
upgpkg: haskell-either 5-42 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-either/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 07:41:25 UTC (rev 324440) +++ PKGBUILD 2018-05-19 07:42:04 UTC (rev 324441) @@ -5,17 +5,21 @@ _hkgname=either pkgname=haskell-either pkgver=5 -pkgrel=41 +pkgrel=42 pkgdesc="An either monad transformer" url="https://github.com/ekmett/either/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-bifunctors' 'haskell-profunctors' 'haskell-semigroups' - 'haskell-semigroupoids') +depends=('ghc-libs' 'haskell-bifunctors' 'haskell-profunctors' 'haskell-semigroupoids') makedepends=('ghc' 'haskell-hedgehog') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('30db0dcbb6631a7facdd6a01a5363a2d0845d9101791d70e42bc8dad77d0a5ec24baceb3be2d7ba68a03a3b9bf68e5d3cc8f132a43d7c5e66cc0b316c657c613') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
