Date: Sunday, May 20, 2018 @ 18:29:06 Author: felixonmars Revision: 325517
upgpkg: haskell-constraints 0.10-7 rebuild with async,2.2.1 Modified: haskell-constraints/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-20 18:28:12 UTC (rev 325516) +++ PKGBUILD 2018-05-20 18:29:06 UTC (rev 325517) @@ -5,17 +5,21 @@ _hkgname=constraints pkgname=haskell-constraints pkgver=0.10 -pkgrel=6 +pkgrel=7 pkgdesc="Constraint manipulation" url="https://github.com/ekmett/constraints/" license=("custom:BSD2") arch=('x86_64') -depends=('ghc-libs' 'haskell-hashable' 'haskell-semigroups' - 'haskell-transformers-compat') +depends=('ghc-libs' 'haskell-hashable' 'haskell-transformers-compat') makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('dd29b8d81da76e5ce5341c5d82ab270cbc91e995ff96bd2fd78996d4cd867c4a182e7ca0b13e3e0aa2c78935090f64680ce125b53c50b1aa4fbbacf8bf969d2c') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
