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

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 18 20:03:58 UTC 2022


    Date: Friday, February 18, 2022 @ 20:03:57
  Author: felixonmars
Revision: 1134173

upgpkg: haskell-async 2.2.4-9: rebuild with hashable 1.4.0.0 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-async/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 20:01:55 UTC (rev 1134172)
+++ PKGBUILD	2022-02-18 20:03:57 UTC (rev 1134173)
@@ -4,17 +4,22 @@
 _hkgname=async
 pkgname=haskell-async
 pkgver=2.2.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Run IO operations asynchronously and wait for their results"
 url="https://github.com/simonmar/async"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hashable')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 checkdepends=('haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('24f37f974dd7573138475d04c0fccb97fcbd8b3de56f7d06199b8f936fd9a29cd0ba0574212a753a81de8958b3292ecee79d0e8d0d2f51eb91874424e6219569')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hashable $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list