Date: Monday, October 10, 2022 @ 14:34:44
  Author: felixonmars
Revision: 1326137

upgpkg: haskell-snap-server 1.1.2.0-384: rebuild with vector 0.13.0.0

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 14:34:40 UTC (rev 1326136)
+++ PKGBUILD    2022-10-10 14:34:44 UTC (rev 1326137)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.2.0
-pkgrel=383
+pkgrel=384
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server";
 license=('BSD')
@@ -22,7 +22,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -d bytestring-builder -u attoparsec -u base -u unix-compat 
$_hkgname.cabal
+    uusi -d bytestring-builder -u attoparsec -u base -u unix-compat -u vector 
$_hkgname.cabal
     gen-setup
 }
 

Reply via email to