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

Felix Yan felixonmars at archlinux.org
Fri Mar 26 18:29:23 UTC 2021


    Date: Friday, March 26, 2021 @ 18:29:23
  Author: felixonmars
Revision: 904651

upgpkg: haskell-websockets 0.12.7.2-47: rebuild with attoparsec 0.14.1

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 18:24:09 UTC (rev 904650)
+++ PKGBUILD	2021-03-26 18:29:23 UTC (rev 904651)
@@ -4,7 +4,7 @@
 _hkgname=websockets
 pkgname=haskell-websockets
 pkgver=0.12.7.2
-pkgrel=46
+pkgrel=47
 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
-    uusi -d bytestring-builder $_hkgname.cabal
+    uusi -d bytestring-builder -u attoparsec $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list