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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 00:55:21 UTC 2022


    Date: Sunday, March 20, 2022 @ 00:55:20
  Author: felixonmars
Revision: 1163126

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

Modified:
  haskell-retry/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 00:54:00 UTC (rev 1163125)
+++ PKGBUILD	2022-03-20 00:55:20 UTC (rev 1163126)
@@ -3,18 +3,23 @@
 
 _hkgname=retry
 pkgname=haskell-retry
-pkgver=0.9.1.0
-pkgrel=12
+pkgver=0.9.2.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')
-makedepends=('ghc' 'haskell-hedgehog' 'haskell-hunit' 'haskell-tasty'
-             'haskell-tasty-hunit' 'haskell-tasty-hedgehog')
+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=('6bf145f3ca6a619439b24b4c1420f97a910e91d8b93811f68ee28d6fbac6a6c5ac18974827e77ddebe2d4182d3c6ad67f2c54b7be7f6ede5700c81873fe2ff78')
+sha512sums=('988378429aaf6c9679366d9134e30393f74be00fd8352b704f14a75e3d49a34d627e299a029329ef0197374dc64c9f32c251739d033e7dff16e896c6a13cf83d')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -d mtl-compat $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list