Date: Friday, October 28, 2022 @ 21:37:53
  Author: felixonmars
Revision: 1338489

upgpkg: haskell-arch-web 0.1.1-66: rebuild with servant 0.19.1

Modified:
  haskell-arch-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-28 21:37:46 UTC (rev 1338488)
+++ PKGBUILD    2022-10-28 21:37:53 UTC (rev 1338489)
@@ -3,7 +3,7 @@
 _hkgname=arch-web
 pkgname=haskell-arch-web
 pkgver=0.1.1
-pkgrel=65
+pkgrel=66
 pkgdesc="Arch Linux official and AUR web interface binding"
 url="https://github.com/berberman/arch-web";
 license=("MIT")
@@ -17,7 +17,7 @@
 
 prepare() {
   cd $_hkgname-$pkgver
-  uusi -u aeson -u lens $_hkgname.cabal
+  uusi -u aeson -u lens -u servant $_hkgname.cabal
   gen-setup
 }
 

Reply via email to