Date: Tuesday, June 22, 2021 @ 03:07:09 Author: felixonmars Revision: 966715
upgpkg: haskell-aeson-diff 1.1.0.9-198: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0 Modified: haskell-aeson-diff/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-22 03:04:44 UTC (rev 966714) +++ PKGBUILD 2021-06-22 03:07:09 UTC (rev 966715) @@ -3,7 +3,7 @@ _hkgname=aeson-diff pkgname=haskell-aeson-diff pkgver=1.1.0.9 -pkgrel=197 +pkgrel=198 pkgdesc="Extract and apply patches to JSON documents" url="https://github.com/thsutton/aeson-diff" license=('BSD') @@ -11,11 +11,16 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-edit-distance-vector' 'haskell-hashable' 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector' 'haskell-optparse-applicative') -makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck' +makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'hlint') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('2778eabe53ac0520028c9eccae7f52dcdeb2eccb4df4ff6a84e4625afc5d46533ebf61b6b99c16eb5ffe9792e781b0f9a8e1e43c2b69b751d1dbc5dd627635d9') +prepare() { + cd $_hkgname-$pkgver + uusi -u base $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
