Date: Friday, October 14, 2022 @ 17:32:26 Author: felixonmars Revision: 1328614
upgpkg: haskell-hakyll 4.15.1.1-168: rebuild with aeson 2.1.0.0 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 17:32:16 UTC (rev 1328613) +++ PKGBUILD 2022-10-14 17:32:26 UTC (rev 1328614) @@ -5,7 +5,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.15.1.1 -pkgrel=167 +pkgrel=168 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") @@ -24,7 +24,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u optparse-applicative -u pandoc -u vector $_hkgname.cabal + uusi -u aeson -u optparse-applicative -u pandoc -u vector $_hkgname.cabal } build() {
