Date: Thursday, July 5, 2018 @ 08:01:38 Author: felixonmars Revision: 352477
upgpkg: haskell-kan-extensions 5.2-1 rebuild with kan-extensions 5.2 Modified: haskell-kan-extensions/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-05 07:59:50 UTC (rev 352476) +++ PKGBUILD 2018-07-05 08:01:38 UTC (rev 352477) @@ -4,23 +4,19 @@ _hkgname=kan-extensions pkgname=haskell-kan-extensions -pkgver=5.1 -pkgrel=35 +pkgver=5.2 +pkgrel=1 pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads" url="https://github.com/ekmett/kan-extensions/" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-adjunctions' 'haskell-comonad' 'haskell-contravariant' - 'haskell-distributive' 'haskell-free' 'haskell-profunctors' + 'haskell-distributive' 'haskell-free' 'haskell-invariant' 'haskell-profunctors' 'haskell-semigroupoids' 'haskell-tagged' 'haskell-transformers-compat') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('9a9390cc099c512ac2a4c1a0d9b4ee33690a16ef2cec32877f24778239a60cdf6b0ba3464d15e8a23a6112e95fe124d6517934aba5e5c2b3ec70714c0a18b8bb') +sha512sums=('209700c5c912ecebf2b8f5a5ef8a2b6943281a9a7181f47b99faf78c383cfe0f6054eb5fb59ed558cb55f06cae4b8e980c655c862717afd003f05ee952eca05e') -prepare() { - sed -i -e '/ fail /d' -e 's/<.*0.6/<1/' $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
