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

Felix Yan felixonmars at archlinux.org
Thu Feb 13 15:35:37 UTC 2020


    Date: Thursday, February 13, 2020 @ 15:35:37
  Author: felixonmars
Revision: 570538

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

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 15:33:06 UTC (rev 570537)
+++ PKGBUILD	2020-02-13 15:35:37 UTC (rev 570538)
@@ -3,25 +3,26 @@
 
 _hkgname=criterion
 pkgname=haskell-criterion
-pkgver=1.5.5.0
-pkgrel=124
+pkgver=1.5.6.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-cassava' 'haskell-code-page' 'haskell-criterion-measurement' 'haskell-exceptions'
-         'haskell-glob' 'haskell-js-flot' 'haskell-js-jquery' 'haskell-microstache'
-         'haskell-mwc-random' 'haskell-optparse-applicative' 'haskell-statistics'
-         'haskell-transformers-compat' 'haskell-vector' 'haskell-vector-algorithms')
+         'haskell-binary-orphans' 'haskell-cassava' 'haskell-code-page'
+         'haskell-criterion-measurement' 'haskell-exceptions' 'haskell-glob' 'haskell-js-flot'
+         'haskell-js-jquery' '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=('361e67479848288db75f8869f6da63778e32d8d18ae499fb38e301aaaaa02cf7679cb8e3a1e3779247b14f1f34ab570ccd8aa998a9794253a94cfb842f1a7277')
+sha512sums=('c512a5d80e3257823f3ff53204f7198283b660fc1adc60b76f75e88fd2e03956b5085f820915dc44e2518d5f84c04ee41ff4d35198544daac583ce6ff672c571')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *0.11/<1/' $_hkgname.cabal
+    sed -i 's/>= *1.0/>=0/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list