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

Felix Yan felixonmars at archlinux.org
Tue May 28 06:03:54 UTC 2019


    Date: Tuesday, May 28, 2019 @ 06:03:54
  Author: felixonmars
Revision: 472118

upgpkg: haskell-websockets 0.12.5.3-17

rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21, http-api-data 0.4.1

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-28 05:21:32 UTC (rev 472117)
+++ PKGBUILD	2019-05-28 06:03:54 UTC (rev 472118)
@@ -4,7 +4,7 @@
 _hkgname=websockets
 pkgname=haskell-websockets
 pkgver=0.12.5.3
-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 '/bytestring-builder/d' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d' -e 's/< *2.13/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list