[arch-commits] Commit in haskell-websockets/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 1 20:49:54 UTC 2020
Date: Wednesday, April 1, 2020 @ 20:49:53
Author: felixonmars
Revision: 609191
upgpkg: haskell-websockets 0.12.7.0-20: rebuild with QuickCheck 2.14
Modified:
haskell-websockets/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 20:48:55 UTC (rev 609190)
+++ PKGBUILD 2020-04-01 20:49:53 UTC (rev 609191)
@@ -4,7 +4,7 @@
_hkgname=websockets
pkgname=haskell-websockets
pkgver=0.12.7.0
-pkgrel=19
+pkgrel=20
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' $_hkgname.cabal
+ sed -i -e '/bytestring-builder/d;s/< *2.14/<3/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list