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

Felix Yan felixonmars at archlinux.org
Thu Apr 23 23:03:59 UTC 2020


    Date: Thursday, April 23, 2020 @ 23:03:58
  Author: felixonmars
Revision: 618422

upgpkg: haskell-broadcast-chan 0.2.1-7: rebuild with ghc 8.10.1

Modified:
  haskell-broadcast-chan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-23 23:03:55 UTC (rev 618421)
+++ PKGBUILD	2020-04-23 23:03:58 UTC (rev 618422)
@@ -3,7 +3,7 @@
 _hkgname=broadcast-chan
 pkgname=haskell-broadcast-chan
 pkgver=0.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Closable, fair, single-wakeup channel type that avoids 0 reader space leaks"
 url="https://github.com/merijn/broadcast-chan"
 license=('BSD')
@@ -15,7 +15,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *0.2/<1/' $_hkgname.cabal
+    sed -i 's/< *0.2/<1/;s/< *4.14/<5/' $_hkgname.cabal
     sed -i 's/, UnliftIO/, askUnliftIO, UnliftIO/' BroadcastChan.hs
 }
 



More information about the arch-commits mailing list