Date: Thursday, July 8, 2021 @ 02:17:49 Author: felixonmars Revision: 975324
upgpkg: haskell-foldl 1.4.12-1: rebuild with foldl 1.4.12 Modified: haskell-foldl/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-08 02:14:57 UTC (rev 975323) +++ PKGBUILD 2021-07-08 02:17:49 UTC (rev 975324) @@ -3,18 +3,18 @@ _hkgname=foldl pkgname=haskell-foldl -pkgver=1.4.11 -pkgrel=29 +pkgver=1.4.12 +pkgrel=1 pkgdesc="Composable, streaming, and efficient left folds" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-mwc-random' +depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-random' 'haskell-primitive' 'haskell-profunctors' 'haskell-semigroupoids' 'haskell-unordered-containers' 'haskell-vector') makedepends=('ghc' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('c0ac2b2d3a720f0b7212cfc3e912e8b9b099559388fd9b7e11fcd22339fef413f4326bbf3c7a5ea8a58c3c6ca02f09cce568b592061095667007dee8ab105579') +sha512sums=('6b345b59c52039e914ea703ab88a08a8bba0a18bea91fcf4cf379ce678e5a97044f563c7b285cb656a764068756b4fae8321308e86813f86d04c462e9889e6e0') build() { cd $_hkgname-$pkgver
