Date: Thursday, December 22, 2016 @ 17:08:48 Author: felixonmars Revision: 201111
upgpkg: haskell-criterion 1.1.4.0-10 rebuild with aeson-1.0.2.1 Modified: haskell-criterion/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-22 17:04:53 UTC (rev 201110) +++ PKGBUILD 2016-12-22 17:08:48 UTC (rev 201111) @@ -5,7 +5,7 @@ _hkgname=criterion pkgname=haskell-criterion pkgver=1.1.4.0 -pkgrel=9 +pkgrel=10 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion" license=("custom:BSD3") @@ -14,7 +14,7 @@ "haskell-glob" "haskell-hastache" "haskell-js-flot" "haskell-js-jquery" "haskell-mtl" "haskell-mwc-random" "haskell-optparse-applicative" "haskell-parsec" "haskell-statistics" "haskell-text" "haskell-transformers-compat" "haskell-vector" "haskell-vector-algorithms") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('53a243fc759ed3100e71f96a5f6649658d076d91d52ce2853a6f8587aa3cfa76') build() {
