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

Felix Yan felixonmars at archlinux.org
Thu Feb 21 09:10:17 UTC 2019


    Date: Thursday, February 21, 2019 @ 09:10:17
  Author: felixonmars
Revision: 434894

upgpkg: haskell-retry 0.8.0.0-1

rebuild with retry 0.8.0.0

Modified:
  haskell-retry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-21 09:09:13 UTC (rev 434893)
+++ PKGBUILD	2019-02-21 09:10:17 UTC (rev 434894)
@@ -3,17 +3,17 @@
 
 _hkgname=retry
 pkgname=haskell-retry
-pkgver=0.7.7.0
-pkgrel=23
+pkgver=0.8.0.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-data-default-class' 'haskell-exceptions' 'haskell-random')
+depends=('ghc-libs' 'haskell-exceptions' '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")
-sha512sums=('8a59efc71b7a8a6cb3d7fed5dbf30657a6fcee95608a7a590705f7fc83656f13c6929ed04e866d6cb15f0165af804954b65b70319ec1890a42b4523dfe1c951e')
+sha512sums=('e7f115e4244ec8f7e3ba7efa4b7d86b2c3d635dff011fea640cff1fc4c1a4fb4afbecb6ce8d5ab3688aa7beffbc2a761a2e244673bc50fdf6e63b7a10075bec8')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list