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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 7 23:31:15 UTC 2022


    Date: Thursday, July 7, 2022 @ 23:31:15
  Author: felixonmars
Revision: 1248448

upgpkg: haskell-criterion 1.5.11.0-1: rebuild with criterion 1.5.11.0

Modified:
  haskell-criterion/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 23:22:41 UTC (rev 1248447)
+++ PKGBUILD	2022-07-07 23:31:15 UTC (rev 1248448)
@@ -3,8 +3,8 @@
 
 _hkgname=criterion
 pkgname=haskell-criterion
-pkgver=1.5.10.0
-pkgrel=97
+pkgver=1.5.11.0
+pkgrel=1
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion"
 license=("BSD")
@@ -18,11 +18,11 @@
 makedepends=('ghc' 'uusi' '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=('5253ae7419df1965ca0d5c5c43b7aa717ee8c8a40ffd4dccd2fe79698836afec705484b5d2fc81323dbc9a1f866c8d2f293c2fc6c20916c68db270ebf59ede96')
+sha512sums=('6efc1c59ebe2ca1c03e83174aa6cb742d8070c3c69d4a071187ff6a3abe09b42ba329dba09283fd483b75a6b4e61840af3596d0ab14648f86887cdd44e1480ce')
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u base-compat-batteries -u statistics $_hkgname.cabal
+    uusi -u statistics $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list