Date: Saturday, May 19, 2018 @ 21:12:36 Author: felixonmars Revision: 324910
upgpkg: haskell-bifunctors 5.5.2-10 rebuild with corrected bifunctors Modified: haskell-bifunctors/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 21:06:55 UTC (rev 324909) +++ PKGBUILD 2018-05-19 21:12:36 UTC (rev 324910) @@ -5,12 +5,12 @@ _hkgname=bifunctors pkgname=haskell-bifunctors pkgver=5.5.2 -pkgrel=9 +pkgrel=10 pkgdesc="Bifunctors" url="https://github.com/ekmett/bifunctors/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-semigroups' 'haskell-tagged' +depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-tagged' 'haskell-th-abstraction' 'haskell-transformers-compat') makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") @@ -18,7 +18,9 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/<.*2.13/<3/' $_hkgname.cabal + sed -e 's/<.*2.13/<3/' \ + -e '/semigroups/d' \ + -i $_hkgname.cabal } build() {
