Date: Monday, October 10, 2022 @ 13:59:20 Author: felixonmars Revision: 1325883
upgpkg: haskell-foldl 1.4.12-103: rebuild with vector 0.13.0.0 Modified: haskell-foldl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 13:59:20 UTC (rev 1325882) +++ PKGBUILD 2022-10-10 13:59:20 UTC (rev 1325883) @@ -4,7 +4,7 @@ _hkgname=foldl pkgname=haskell-foldl pkgver=1.4.12 -pkgrel=102 +pkgrel=103 pkgdesc="Composable, streaming, and efficient left folds" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -18,7 +18,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u hashable $_hkgname.cabal + uusi -u hashable -u vector $_hkgname.cabal } build() {
