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

Felix Yan felixonmars at archlinux.org
Thu Mar 25 23:34:36 UTC 2021


    Date: Thursday, March 25, 2021 @ 23:34:35
  Author: felixonmars
Revision: 904252

upgpkg: haskell-swagger2 2.6-137: rebuild with lens 5

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 23:33:23 UTC (rev 904251)
+++ PKGBUILD	2021-03-25 23:34:35 UTC (rev 904252)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.6
-pkgrel=136
+pkgrel=137
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2"
 license=("BSD")
@@ -23,7 +23,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u QuickCheck -u aeson -u optics-core -u optics-th $_hkgname.cabal
+    uusi -u QuickCheck -u aeson -u lens -u optics-core -u optics-th $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list