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

Felix Yan felixonmars at archlinux.org
Fri Apr 24 01:41:19 UTC 2020


    Date: Friday, April 24, 2020 @ 01:41:15
  Author: felixonmars
Revision: 618513

upgpkg: haskell-async 2.2.2-7: rebuild with ghc 8.10.1

Modified:
  haskell-async/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 01:39:40 UTC (rev 618512)
+++ PKGBUILD	2020-04-24 01:41:15 UTC (rev 618513)
@@ -4,7 +4,7 @@
 _hkgname=async
 pkgname=haskell-async
 pkgver=2.2.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Run IO operations asynchronously and wait for their results"
 url="https://github.com/simonmar/async"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('6984c74b76dc1db73363ca2e360d2be6f2e7b4de5c7de452c4df7ee996b2256790a8cecb532af6d7d675541315a16f8e4ce566c5f79e4102e4a857f057e2d811')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list