Date: Monday, October 10, 2022 @ 14:48:47 Author: felixonmars Revision: 1326191
upgpkg: haskell-serialise 0.2.6.0-6: rebuild with vector 0.13.0.0 Modified: haskell-serialise/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:48:09 UTC (rev 1326190) +++ PKGBUILD 2022-10-10 14:48:47 UTC (rev 1326191) @@ -3,7 +3,7 @@ _hkgname=serialise pkgname=haskell-serialise pkgver=0.2.6.0 -pkgrel=5 +pkgrel=6 pkgdesc="A binary serialisation library for Haskell values" url="https://github.com/well-typed/cborg" license=('BSD') @@ -10,11 +10,16 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-cborg' 'haskell-half' 'haskell-hashable' 'haskell-primitive' 'haskell-strict' 'haskell-these' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('708e6a735d6569d9959026cdf08030a270c0b703e3e2e08c5e379e63aff81bece27bc43d492a867fd073d8a7ccf4bce570acc822478899b01b960403865c3616') +prepare() { + cd $_hkgname-$pkgver + uusi -u vector $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
