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

Felix Yan felixonmars at archlinux.org
Sun Aug 23 16:13:47 UTC 2020


    Date: Sunday, August 23, 2020 @ 16:13:46
  Author: felixonmars
Revision: 687118

upgpkg: haskell-websockets 0.12.7.1-17: rebuild with base64-bytestring 1.2.0.0

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-23 15:48:23 UTC (rev 687117)
+++ PKGBUILD	2020-08-23 16:13:46 UTC (rev 687118)
@@ -4,7 +4,7 @@
 _hkgname=websockets
 pkgname=haskell-websockets
 pkgver=0.12.7.1
-pkgrel=16
+pkgrel=17
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/bytestring-builder/d;s/< *2.14/<3/' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d;s/< *2.14/<3/;s/< *1.2/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list