Date: Friday, October 14, 2022 @ 00:46:57 Author: felixonmars Revision: 1328148
upgpkg: haskell-aeson-compat 0.3.10-71: rebuild with aeson 2.1.0.0 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 00:45:00 UTC (rev 1328147) +++ PKGBUILD 2022-10-14 00:46:57 UTC (rev 1328148) @@ -4,7 +4,7 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat pkgver=0.3.10 -pkgrel=70 +pkgrel=71 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 -u vector $_hkgname.cabal + uusi -u aeson -u attoparsec-iso8601 -u hashable -u vector $_hkgname.cabal } build() {
