Date: Saturday, May 19, 2018 @ 21:27:27 Author: felixonmars Revision: 324934
upgpkg: haskell-mono-traversable 1.0.8.1-19 rebuild with corrected bifunctors Modified: haskell-mono-traversable/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 21:26:14 UTC (rev 324933) +++ PKGBUILD 2018-05-19 21:27:27 UTC (rev 324934) @@ -5,7 +5,7 @@ _hkgname=mono-traversable pkgname=haskell-mono-traversable pkgver=1.0.8.1 -pkgrel=18 +pkgrel=19 pkgdesc="Type classes for mapping, folding, and traversing monomorphic containers" url="https://github.com/snoyberg/mono-traversable" license=("MIT") @@ -12,11 +12,15 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-hashable' 'haskell-split' 'haskell-unordered-containers' 'haskell-vector' 'haskell-vector-algorithms') -makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-foldl' 'haskell-hspec' - 'haskell-semigroups') +makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-foldl' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('cb3ea7efd1995be5f3af2b71cb8ed105801de6e2496fdd2644f90b223a33aa9b1e2e70837acaf3289aa4354ec217daf9bb77b44e7b745c3c84866ec40be5e062') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
