Date: Thursday, October 13, 2022 @ 23:58:57 Author: felixonmars Revision: 1328137
upgpkg: haskell-aeson-pretty 0.8.9-96: rebuild with aeson 2.1.0.0 Modified: haskell-aeson-pretty/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-13 23:58:06 UTC (rev 1328136) +++ PKGBUILD 2022-10-13 23:58:57 UTC (rev 1328137) @@ -4,7 +4,7 @@ _hkgname=aeson-pretty pkgname=haskell-aeson-pretty pkgver=0.8.9 -pkgrel=95 +pkgrel=96 pkgdesc="JSON pretty-printing library and command-line tool." url="https://github.com/informatikr/aeson-pretty" license=("BSD") @@ -11,10 +11,15 @@ arch=('x86_64') depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" "haskell-cmdargs" "haskell-scientific" "haskell-unordered-containers" "haskell-vector") -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('00c99799cbe9e268109116f909ea0d9ef2708e578ec363ba5455b43d76d1f89bc9820dcbd3a63a1fb300460d97a71105f028f4ad9853b56ce16a097826b1d3d5') +prepare() { + cd $_hkgname-$pkgver + uusi -u aeson $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
