Date: Friday, October 14, 2022 @ 01:24:27 Author: felixonmars Revision: 1328344
upgpkg: haskell-aeson-yaml 1.1.0.1-89: rebuild with aeson 2.1.0.0 Modified: haskell-aeson-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 01:24:19 UTC (rev 1328343) +++ PKGBUILD 2022-10-14 01:24:27 UTC (rev 1328344) @@ -3,7 +3,7 @@ _hkgname=aeson-yaml pkgname=haskell-aeson-yaml pkgver=1.1.0.1 -pkgrel=88 +pkgrel=89 pkgdesc="Output any Aeson value as YAML (pure Haskell library)" url="https://github.com/clovyr/aeson-yaml" license=('BSD') @@ -17,7 +17,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u vector $_hkgname.cabal + uusi -u aeson -u vector $_hkgname.cabal } build() {
