Date: Tuesday, February 8, 2022 @ 09:43:31 Author: felixonmars Revision: 1129123
upgpkg: haskell-swagger2 2.6.1-64: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0 Modified: haskell-swagger2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-08 09:34:07 UTC (rev 1129122) +++ PKGBUILD 2022-02-08 09:43:31 UTC (rev 1129123) @@ -5,7 +5,7 @@ pkgname=haskell-swagger2 pkgver=2.6.1 _commit=44ad73cd0f49c0cd17ad9f9ec4a9fdb3d4e7e776 -pkgrel=63 +pkgrel=64 pkgdesc="Swagger 2.0 data model" url="https://github.com/GetShopTV/swagger2" license=("BSD") @@ -24,7 +24,7 @@ prepare() { cd $_hkgname-$_commit - uusi -u aeson -u base -u hspec -u lens -u optics-core -u optics-th -u template-haskell $_hkgname.cabal + uusi -u aeson -u base -u base-compat-batteries -u hspec -u lens -u optics-core -u optics-th -u template-haskell $_hkgname.cabal } build() {
