Date: Thursday, October 13, 2022 @ 23:55:27 Author: felixonmars Revision: 1328123
upgpkg: haskell-structured 0.1.1-96: rebuild with aeson 2.1.0.0 Modified: haskell-structured/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-13 23:55:09 UTC (rev 1328122) +++ PKGBUILD 2022-10-13 23:55:27 UTC (rev 1328123) @@ -3,7 +3,7 @@ _hkgname=structured pkgname=haskell-structured pkgver=0.1.1 -pkgrel=95 +pkgrel=96 pkgdesc="Structure (hash) of your data types" url="https://github.com/phadej/binary-tagged" license=('BSD') @@ -18,7 +18,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u hashable -u vector $_hkgname.cabal + uusi -u aeson -u hashable -u vector $_hkgname.cabal } build() {
