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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 2 07:08:12 UTC 2022


    Date: Friday, September 2, 2022 @ 07:08:11
  Author: felixonmars
Revision: 1290514

upgpkg: haskell-retry 0.9.3.0-1: rebuild with retry 0.9.3.0

Modified:
  haskell-retry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 07:08:01 UTC (rev 1290513)
+++ PKGBUILD	2022-09-02 07:08:11 UTC (rev 1290514)
@@ -3,17 +3,17 @@
 
 _hkgname=retry
 pkgname=haskell-retry
-pkgver=0.9.2.1
-pkgrel=15
+pkgver=0.9.3.0
+pkgrel=1
 pkgdesc="Retry combinators for monadic actions that may fail"
 url="https://github.com/Soostone/retry"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-random')
+depends=('ghc-libs' 'haskell-random' 'haskell-unliftio-core')
 makedepends=('ghc' 'uusi' '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=('9a8197fe9f4e66bf081a6d2fd831dfffa22e96438a1e0a4922db0ee0eb9d8b4e514e1f3e14f16c15181556a0240efab4d9374acadd6feefe3f927a68326fdb15')
+sha512sums=('1fa6e73af20ef74eca239a042c2573c1c549e0c2572b1ded36372a7f95971a0441a35d4ac0b0727aa2b1afb039fc74824800fd2588014057da264232d15436e8')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list