Date: Thursday, October 13, 2022 @ 23:54:59 Author: felixonmars Revision: 1328120
upgpkg: haskell-insert-ordered-containers 0.2.5.1-96: rebuild with aeson 2.1.0.0 Modified: haskell-insert-ordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-13 23:54:56 UTC (rev 1328119) +++ PKGBUILD 2022-10-13 23:54:59 UTC (rev 1328120) @@ -3,7 +3,7 @@ _hkgname=insert-ordered-containers pkgname=haskell-insert-ordered-containers pkgver=0.2.5.1 -pkgrel=95 +pkgrel=96 pkgdesc="Associative containers retating insertion order for traversals." url="https://github.com/phadej/insert-ordered-containers" license=('BSD') @@ -11,10 +11,15 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable' 'haskell-indexed-traversable' 'haskell-lens' 'haskell-optics-core' 'haskell-optics-extra' 'haskell-semigroupoids' 'haskell-unordered-containers') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck') +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('8203a1c0c0e82ae27b14a4f5ce5e48a50bb760da928695c3308a409c26aa9a33552f8264e766dc01eb90e19940ce6d0488e16c8c9e588c9aabb0fd29f8c4b60e') +prepare() { + cd $_hkgname-$pkgver + uusi -u aeson $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
