Date: Friday, April 24, 2020 @ 17:34:11 Author: felixonmars Revision: 619366
upgpkg: haskell-retry 0.8.1.1-4: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: haskell-retry/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 17:33:33 UTC (rev 619365) +++ PKGBUILD 2020-04-24 17:34:11 UTC (rev 619366) @@ -4,12 +4,12 @@ _hkgname=retry pkgname=haskell-retry pkgver=0.8.1.1 -pkgrel=3 +pkgrel=4 pkgdesc="Retry combinators for monadic actions that may fail" url="https://github.com/Soostone/retry" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-exceptions' 'haskell-random') +depends=('ghc-libs' 'haskell-random') 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")
