Date: Friday, October 14, 2022 @ 01:42:31 Author: felixonmars Revision: 1328468
upgpkg: haskell-floskell 0.10.6-34: rebuild with aeson 2.1.0.0 Modified: haskell-floskell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 01:42:30 UTC (rev 1328467) +++ PKGBUILD 2022-10-14 01:42:31 UTC (rev 1328468) @@ -3,7 +3,7 @@ _hkgname=floskell pkgname=haskell-floskell pkgver=0.10.6 -pkgrel=33 +pkgrel=34 pkgdesc="A flexible Haskell source code pretty printer" url="https://github.com/ennocramer/floskell" license=("BSD") @@ -17,7 +17,7 @@ prepare() { cd $_hkgname-floskell-$pkgver - uusi -u hspec -u optparse-applicative $_hkgname.cabal + uusi -u aeson -u hspec -u optparse-applicative $_hkgname.cabal } build() {
