Date: Sunday, October 16, 2022 @ 14:55:22 Author: felixonmars Revision: 1329419
upgpkg: haskell-criterion 1.6.0.0-1: rebuild with criterion 1.6.0.0, criterion-measurement 0.2.0.0 Modified: haskell-criterion/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-16 14:51:39 UTC (rev 1329418) +++ PKGBUILD 2022-10-16 14:55:22 UTC (rev 1329419) @@ -3,8 +3,8 @@ _hkgname=criterion pkgname=haskell-criterion -pkgver=1.5.13.0 -pkgrel=24 +pkgver=1.6.0.0 +pkgrel=1 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion" license=("BSD") @@ -15,16 +15,11 @@ 'haskell-microstache' 'haskell-mwc-random' 'haskell-optparse-applicative' 'haskell-statistics' 'haskell-transformers-compat' 'haskell-vector' 'haskell-vector-algorithms') -makedepends=('ghc' 'uusi' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' +makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('0c3c8c5135e219f6c3dca07760e90a33aac2b499afefcb8206f38bbab43bb6fc5532ea4154200979b760cfc0bf030454bed747a30255561f2508033ee40764c0') +sha512sums=('64f8915ae9bf4076c3444006d949a2b63efe7c6ed9c9e8cc27cce36dcb458f64651d8d98c636292e2574aee18523c3f3081df1155eaeff9f687489854591e378') -prepare() { - cd $_hkgname-$pkgver - uusi -u aeson -u statistics $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
