Date: Tuesday, October 9, 2018 @ 17:17:08 Author: felixonmars Revision: 391655
upgpkg: haskell-criterion 1.5.2.0-1 Modified: haskell-criterion/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-09 17:16:28 UTC (rev 391654) +++ PKGBUILD 2018-10-09 17:17:08 UTC (rev 391655) @@ -3,8 +3,8 @@ _hkgname=criterion pkgname=haskell-criterion -pkgver=1.5.1.0 -pkgrel=41 +pkgver=1.5.2.0 +pkgrel=1 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion" license=("custom:BSD3") @@ -17,14 +17,8 @@ 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=('a32d36e4a5e3b598f9cc90fb2fac063cb7caaa4683c2bf99d1d5a615c850999a95a2a9b14b587777f5855029140a714f45c33cead9dfe94eddc0aa63c45ed091') +sha512sums=('94e95364e0b245fc3a236175082ca21a63e53f822dcf5f42fa198bb4d86473e99935e6f5f72f1d3ab209c3f3d85387a2bb4a99cc2db2adf23cb6732fceaeae13') -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/' -e '/fail/d' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
