Date: Monday, October 10, 2022 @ 14:22:38
  Author: felixonmars
Revision: 1326055

upgpkg: haskell-aeson-compat 0.3.10-70: rebuild with vector 0.13.0.0

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 14:21:53 UTC (rev 1326054)
+++ PKGBUILD    2022-10-10 14:22:38 UTC (rev 1326055)
@@ -4,7 +4,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.10
-pkgrel=69
+pkgrel=70
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -20,7 +20,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u attoparsec-iso8601 -u hashable $_hkgname.cabal
+    uusi -u attoparsec-iso8601 -u hashable -u vector $_hkgname.cabal
 }
 
 build() {

Reply via email to