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

Felix Yan felixonmars at archlinux.org
Sun Aug 5 16:54:42 UTC 2018


    Date: Sunday, August 5, 2018 @ 16:54:41
  Author: felixonmars
Revision: 368399

upgpkg: haskell-criterion 1.5.1.0-1

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-05 16:51:38 UTC (rev 368398)
+++ PKGBUILD	2018-08-05 16:54:41 UTC (rev 368399)
@@ -4,8 +4,8 @@
 
 _hkgname=criterion
 pkgname=haskell-criterion
-pkgver=1.5.0.0
-pkgrel=12
+pkgver=1.5.1.0
+pkgrel=1
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion"
 license=("custom:BSD3")
@@ -18,12 +18,12 @@
 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=('daddba171ae15f67f6c9a1c5850276db3bf215e5e8ca8d83df46bc256966009a57de497c47df82dc0c3f829a11195bba2f46efecab50fdc34fab498d5edaaceb')
+sha512sums=('a32d36e4a5e3b598f9cc90fb2fac063cb7caaa4683c2bf99d1d5a615c850999a95a2a9b14b587777f5855029140a714f45c33cead9dfe94eddc0aa63c45ed091')
 
 prepare() {
     cd $_hkgname-$pkgver
     sed -i -e '/semigroups/d' -e 's/optparse-applicative >= 0.13,/optparse-applicative >= 0.13/' \
-           -e 's/parsec >= 3.1.0/,parsec >= 3.1.0/' $_hkgname.cabal
+           -e 's/parsec >= 3.1.0/,parsec >= 3.1.0/' -e '/fail/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list