Date: Saturday, March 26, 2022 @ 19:38:00 Author: felixonmars Revision: 1177026
upgpkg: haskell-criterion 1.5.10.0-72: rebuild with statistics 0.16.0.1 Modified: haskell-criterion/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-26 19:28:56 UTC (rev 1177025) +++ PKGBUILD 2022-03-26 19:38:00 UTC (rev 1177026) @@ -4,7 +4,7 @@ _hkgname=criterion pkgname=haskell-criterion pkgver=1.5.10.0 -pkgrel=71 +pkgrel=72 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 base-compat-batteries $_hkgname.cabal + uusi -u base-compat-batteries -u statistics $_hkgname.cabal } build() {
