[arch-commits] Commit in haskell-websockets/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Apr 26 03:34:16 UTC 2020
Date: Sunday, April 26, 2020 @ 03:34:16
Author: felixonmars
Revision: 621314
upgpkg: haskell-websockets 0.12.7.0-23: rebuild with base64-bytestring 1.1.0.0
Modified:
haskell-websockets/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-26 03:19:56 UTC (rev 621313)
+++ PKGBUILD 2020-04-26 03:34:16 UTC (rev 621314)
@@ -4,7 +4,7 @@
_hkgname=websockets
pkgname=haskell-websockets
pkgver=0.12.7.0
-pkgrel=22
+pkgrel=23
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.1/<2/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list