Date: Thursday, September 29, 2022 @ 14:15:40 Author: felixonmars Revision: 1316200
upgpkg: stylish-haskell 0.13.0.0-47: rebuild with aeson 2.0.3.0, aeson-diff 1.1.0.11, http2 3.0.3, hoauth2 2.1.0, jose 0.9, microlens-aeson 2.4.0, postgrest 10.0.0, req 3.10.0 Modified: stylish-haskell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 14:13:59 UTC (rev 1316199) +++ PKGBUILD 2022-09-29 14:15:40 UTC (rev 1316200) @@ -3,7 +3,7 @@ pkgname=stylish-haskell pkgver=0.13.0.0 -pkgrel=46 +pkgrel=47 pkgdesc="Haskell code prettifier" url="https://github.com/haskell/stylish-haskell" license=("BSD") @@ -18,7 +18,7 @@ prepare() { cd $pkgname-$pkgver - uusi -u Cabal -u optparse-applicative $pkgname.cabal + uusi -u Cabal -u aeson -u optparse-applicative $pkgname.cabal } build() {
