[arch-commits] Commit in haskell-criterion/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 7 05:43:03 UTC 2017


    Date: Wednesday, June 7, 2017 @ 05:43:02
  Author: felixonmars
Revision: 235285

upgpkg: haskell-criterion 1.2.0.0-1

rebuild with criterion,1.2.0.0 statistics,0.14.0.2

Modified:
  haskell-criterion/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-07 05:36:28 UTC (rev 235284)
+++ PKGBUILD	2017-06-07 05:43:02 UTC (rev 235285)
@@ -4,18 +4,19 @@
 
 _hkgname=criterion
 pkgname=haskell-criterion
-pkgver=1.1.4.0
-pkgrel=39
+pkgver=1.2.0.0
+pkgrel=1
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" "haskell-code-page"
-         "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")
+         "haskell-exceptions" "haskell-glob" "haskell-js-flot" "haskell-js-jquery"
+         "haskell-microstache" "haskell-mtl" "haskell-mwc-random" "haskell-optparse-applicative"
+         "haskell-parsec" "haskell-statistics" "haskell-text" "haskell-transformers-compat"
+         "haskell-vector" "haskell-vector-algorithms")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('53a243fc759ed3100e71f96a5f6649658d076d91d52ce2853a6f8587aa3cfa76')
+sha512sums=('29b5a4262b3431a6af2e726a3d867cbffde612d05c92011e977b30759f890bc190147e6170598a8ce45a3a1b761deaeed477e3cb0d51d5b83dd36dc68c18fe95')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list