Date: Friday, May 18, 2018 @ 06:48:15 Author: felixonmars Revision: 324233
upgpkg: haskell-criterion 1.4.0.0-29 rebuild with ghc 8.4.2 Modified: haskell-criterion/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:46:16 UTC (rev 324232) +++ PKGBUILD 2018-05-18 06:48:15 UTC (rev 324233) @@ -5,7 +5,7 @@ _hkgname=criterion pkgname=haskell-criterion pkgver=1.4.0.0 -pkgrel=28 +pkgrel=29 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion" license=("custom:BSD3") @@ -12,8 +12,8 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 'haskell-cassava' 'haskell-code-page' 'haskell-exceptions' 'haskell-glob' 'haskell-js-flot' 'haskell-js-jquery' - 'haskell-microstache' 'haskell-mtl' 'haskell-mwc-random' 'haskell-optparse-applicative' - 'haskell-parsec' 'haskell-semigroups' 'haskell-statistics' 'haskell-text' + 'haskell-microstache' 'haskell-mwc-random' 'haskell-optparse-applicative' + 'haskell-semigroups' 'haskell-statistics' 'haskell-transformers-compat' 'haskell-vector' 'haskell-vector-algorithms') makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
