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

Felix Yan felixonmars at gemini.archlinux.org
Tue Feb 8 08:40:18 UTC 2022


    Date: Tuesday, February 8, 2022 @ 08:40:18
  Author: felixonmars
Revision: 1129017

upgpkg: haskell-criterion 1.5.10.0-49: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0

Modified:
  haskell-criterion/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 08:33:44 UTC (rev 1129016)
+++ PKGBUILD	2022-02-08 08:40:18 UTC (rev 1129017)
@@ -4,7 +4,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.5.10.0
-pkgrel=48
+pkgrel=49
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion"
 license=("BSD")
@@ -15,11 +15,16 @@
          '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'
+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')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u base-compat-batteries $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list