Date: Saturday, May 19, 2018 @ 07:20:23 Author: felixonmars Revision: 324421
upgpkg: haskell-adjunctions 4.4-15 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-adjunctions/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 07:19:33 UTC (rev 324420) +++ PKGBUILD 2018-05-19 07:20:23 UTC (rev 324421) @@ -5,19 +5,23 @@ _hkgname=adjunctions pkgname=haskell-adjunctions pkgver=4.4 -pkgrel=14 +pkgrel=15 pkgdesc="Adjunctions and representable functors" url="https://github.com/ekmett/adjunctions/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-distributive' - 'haskell-free' 'haskell-profunctors' 'haskell-semigroupoids' - 'haskell-semigroups' 'haskell-tagged' 'haskell-transformers-compat' - 'haskell-void') +depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-distributive' 'haskell-free' + 'haskell-profunctors' 'haskell-semigroupoids' 'haskell-tagged' + 'haskell-transformers-compat' 'haskell-void') makedepends=('ghc' 'haskell-generic-deriving' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('30f4fb8a30d8428e032d322a9a627e7ebc44b2c737e87670907134a5aa6019145f2c3e6b2e7f8e00d5ffbe1ce4b4a5c812c3ee976257419d7d429b19db28918c') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
