Date: Friday, July 9, 2021 @ 06:01:06 Author: felixonmars Revision: 975937
upgpkg: haskell-retry 0.9.0.0-1: rebuild with retry 0.9.0.0 Modified: haskell-retry/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-09 05:50:01 UTC (rev 975936) +++ PKGBUILD 2021-07-09 06:01:06 UTC (rev 975937) @@ -3,8 +3,8 @@ _hkgname=retry pkgname=haskell-retry -pkgver=0.8.1.2 -pkgrel=121 +pkgver=0.9.0.0 +pkgrel=1 pkgdesc="Retry combinators for monadic actions that may fail" url="https://github.com/Soostone/retry" license=("BSD") @@ -13,14 +13,8 @@ makedepends=('ghc' 'haskell-hedgehog' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-hedgehog') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('42856d43035e7c3a8128768c1a12fb1fbbd33ebc12fba152f5559e117a6339ea35a75e06243c320623e42a70916ad9f5a141988c42df4e44acb084210e2488e7') +sha512sums=('89c6ab55a5b0050f7132566d0c9d6ddbbdb927d21c5fcf8fe959fb04228398bc87aa9b51752a881f8a581e6030ac7d21d344dc2c3fea192b0330519e94b33269') -prepare() { - cd $_hkgname-$pkgver - # https://github.com/Soostone/retry/issues/71 - sed -i 's/fmap \(.*\) genDuration/fmap (\\x -> \1 x) genDuration/g' test/Tests/Control/Retry.hs -} - build() { cd $_hkgname-$pkgver
