Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-criterion
Commits:
a9dca2dc by Felix Yan at 2023-12-27T20:49:55+02:00
upgpkg: 1.6.1.0-1: rebuild with criterion 1.6.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-criterion
pkgdesc = Robust, reliable performance measurement and analysis
- pkgver = 1.6.0.0
- pkgrel = 67
+ pkgver = 1.6.1.0
+ pkgrel = 1
url = http://www.serpentine.com/criterion
arch = x86_64
license = BSD
@@ -14,7 +14,6 @@ pkgbase = haskell-criterion
makedepends = haskell-tasty-quickcheck
depends = ghc-libs
depends = haskell-aeson
- depends = haskell-ansi-wl-pprint
depends = haskell-base-compat-batteries
depends = haskell-binary-orphans
depends = haskell-cassava
@@ -29,7 +28,7 @@ pkgbase = haskell-criterion
depends = haskell-transformers-compat
depends = haskell-vector
depends = haskell-vector-algorithms
- source =
https://hackage.haskell.org/packages/archive/criterion/1.6.0.0/criterion-1.6.0.0.tar.gz
- sha512sums =
64f8915ae9bf4076c3444006d949a2b63efe7c6ed9c9e8cc27cce36dcb458f64651d8d98c636292e2574aee18523c3f3081df1155eaeff9f687489854591e378
+ source =
https://hackage.haskell.org/packages/archive/criterion/1.6.1.0/criterion-1.6.1.0.tar.gz
+ sha512sums =
47a3b5bf7ff243bf2696ce741fa3cc9188827763fb7c88e5d2633da3107bd1714f6c858228b35c278afedcd6aaf282ef1b50b3398bb7b4830afbe0d2fae10f8b
pkgname = haskell-criterion
=====================================
PKGBUILD
=====================================
@@ -3,22 +3,21 @@
_hkgname=criterion
pkgname=haskell-criterion
-pkgver=1.6.0.0
-pkgrel=67
+pkgver=1.6.1.0
+pkgrel=1
pkgdesc="Robust, reliable performance measurement and analysis"
url="http://www.serpentine.com/criterion"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint'
'haskell-base-compat-batteries'
- 'haskell-binary-orphans' 'haskell-cassava' 'haskell-code-page'
- 'haskell-criterion-measurement' 'haskell-glob' 'haskell-js-chart'
- 'haskell-microstache' 'haskell-mwc-random'
'haskell-optparse-applicative'
- 'haskell-statistics' 'haskell-transformers-compat' 'haskell-vector'
- 'haskell-vector-algorithms')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat-batteries'
'haskell-binary-orphans'
+ 'haskell-cassava' 'haskell-code-page' 'haskell-criterion-measurement'
'haskell-glob'
+ 'haskell-js-chart' 'haskell-microstache' 'haskell-mwc-random'
+ 'haskell-optparse-applicative' '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')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('64f8915ae9bf4076c3444006d949a2b63efe7c6ed9c9e8cc27cce36dcb458f64651d8d98c636292e2574aee18523c3f3081df1155eaeff9f687489854591e378')
+sha512sums=('47a3b5bf7ff243bf2696ce741fa3cc9188827763fb7c88e5d2633da3107bd1714f6c858228b35c278afedcd6aaf282ef1b50b3398bb7b4830afbe0d2fae10f8b')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-criterion/-/commit/a9dca2dc9726760b651b0049a7157cea60bfaa2a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-criterion/-/commit/a9dca2dc9726760b651b0049a7157cea60bfaa2a
You're receiving this email because of your account on gitlab.archlinux.org.