Date: Monday, October 10, 2022 @ 14:35:40 Author: felixonmars Revision: 1326143
upgpkg: haskell-cborg-json 0.2.5.0-6: rebuild with vector 0.13.0.0 Modified: haskell-cborg-json/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:35:38 UTC (rev 1326142) +++ PKGBUILD 2022-10-10 14:35:40 UTC (rev 1326143) @@ -3,7 +3,7 @@ _hkgname=cborg-json pkgname=haskell-cborg-json pkgver=0.2.5.0 -pkgrel=5 +pkgrel=6 pkgdesc="A library for encoding JSON as CBOR" url="https://github.com/well-typed/cborg-json" license=('BSD') @@ -10,10 +10,15 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-cborg' '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=('0f2ff692915a882e6531cdbfa9a41038ed1189fbd3e428676511998a668e6a700ebe7142c30de4a9ab8dc7738002517a0fa7d9af7a4a34a6389eee9ce912c3be') +prepare() { + cd $_hkgname-$pkgver + uusi -u vector $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
