Date: Friday, October 14, 2022 @ 01:21:46 Author: felixonmars Revision: 1328320
upgpkg: haskell-criterion 1.5.13.0-24: rebuild with aeson 2.1.0.0 Modified: haskell-criterion/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 01:21:42 UTC (rev 1328319) +++ PKGBUILD 2022-10-14 01:21:46 UTC (rev 1328320) @@ -4,7 +4,7 @@ _hkgname=criterion pkgname=haskell-criterion pkgver=1.5.13.0 -pkgrel=23 +pkgrel=24 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion" license=("BSD") @@ -22,7 +22,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u statistics $_hkgname.cabal + uusi -u aeson -u statistics $_hkgname.cabal } build() {
