Date: Sunday, January 14, 2018 @ 10:03:32 Author: felixonmars Revision: 281943
upgpkg: haskell-criterion 1.3.0.0-1 Modified: haskell-criterion/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-14 09:59:43 UTC (rev 281942) +++ PKGBUILD 2018-01-14 10:03:32 UTC (rev 281943) @@ -4,8 +4,8 @@ _hkgname=criterion pkgname=haskell-criterion -pkgver=1.2.6.0 -pkgrel=3 +pkgver=1.3.0.0 +pkgrel=1 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion" license=("custom:BSD3") @@ -15,10 +15,10 @@ 'haskell-microstache' 'haskell-mtl' 'haskell-mwc-random' 'haskell-optparse-applicative' 'haskell-parsec' 'haskell-semigroups' 'haskell-statistics' 'haskell-text' 'haskell-transformers-compat' 'haskell-vector' 'haskell-vector-algorithms') -makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' - 'haskell-tasty-quickcheck') +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=('81f72f4abc054a5ea70098e0fd86823c2ad30ee0616be711d87e416f1726409dd2afbef9286b433333fd45398d0eda65e8bd21c8f3d369fa8189651bea67a9dc') +sha512sums=('1ad1f53b0552d3e981e12d2425c675fa8fdb83a907081e7f564c3ebebd09d7619cf1278db2db6ceeb23902fdea114994e8eca01607d91f1a44933ac01c289588') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
