Date: Friday, October 14, 2022 @ 00:47:26 Author: felixonmars Revision: 1328154
upgpkg: haskell-lens-aeson 1.2.1-4: rebuild with aeson 2.1.0.0 Modified: haskell-lens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 00:47:18 UTC (rev 1328153) +++ PKGBUILD 2022-10-14 00:47:26 UTC (rev 1328154) @@ -3,7 +3,7 @@ _hkgname=lens-aeson pkgname=haskell-lens-aeson pkgver=1.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Law-abiding lenses for aeson" url="https://github.com/lens/lens-aeson/" license=('MIT') @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u vector $_hkgname.cabal + uusi -u aeson -u vector $_hkgname.cabal } build() {
