Date: Friday, October 14, 2022 @ 01:32:11 Author: felixonmars Revision: 1328392
upgpkg: haskell-persistent 2.13.3.4-5: rebuild with aeson 2.1.0.0 Modified: haskell-persistent/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 01:31:54 UTC (rev 1328391) +++ PKGBUILD 2022-10-14 01:32:11 UTC (rev 1328392) @@ -4,7 +4,7 @@ _hkgname=persistent pkgname=haskell-persistent pkgver=2.13.3.4 -pkgrel=4 +pkgrel=5 pkgdesc="Type-safe, multi-backend data serialization" url="http://www.yesodweb.com/book/persistent" license=("MIT") @@ -15,11 +15,16 @@ 'haskell-resourcet' 'haskell-scientific' 'haskell-silently' 'haskell-th-lift-instances' 'haskell-unordered-containers' 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-vault' 'haskell-vector') -makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-quickcheck-instances' +makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-shakespeare') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('9b29c3c7f5e4c0176a6ef9c5f80a525df69229f63883ab96072a7158c6f22290aec669091327143167225002c1fefe87e0b20103f3adf7d6fca574dcd5139814') +prepare() { + cd $_hkgname-$pkgver + uusi -u aeson $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
