Date: Wednesday, April 21, 2021 @ 23:30:29 Author: felixonmars Revision: 920732
upgpkg: haskell-vec 0.4-1: rebuild with bin 0.1.1, fin 0.2, ral 0.2, rere 0.2, vec 0.4 Modified: haskell-vec/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-21 23:29:36 UTC (rev 920731) +++ PKGBUILD 2021-04-21 23:30:29 UTC (rev 920732) @@ -2,22 +2,21 @@ _hkgname=vec pkgname=haskell-vec -pkgver=0.3 -pkgrel=24 +pkgver=0.4 +pkgrel=1 pkgdesc="Vec: length-indexed (sized) list" url="https://github.com/phadej/vec" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-quickcheck' 'haskell-adjunctions' 'haskell-distributive' 'haskell-fin' - 'haskell-hashable' 'haskell-semigroupoids') + 'haskell-hashable' 'haskell-indexed-traversable' 'haskell-semigroupoids') makedepends=('ghc' 'uusi' 'haskell-base-compat' 'haskell-inspection-testing' 'haskell-tagged') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('59172984048113abbdf6daf9d98cce793c624c4413b1772d2719588ee5985264') +sha512sums=('b626036e0db7d6e7bef96ff35c177dfaf252498435582952c445be5d5fc40e2449c929f1182c84f10ec8d8175130303a9f3135ca2cb88ec5cf26ade5020f686b') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u base -u QuickCheck $_hkgname.cabal } build() {
