Date: Wednesday, April 1, 2020 @ 15:10:39 Author: felixonmars Revision: 608922
upgpkg: haskell-cborg 0.2.2.1-10: rebuild with QuickCheck 2.14 Modified: haskell-cborg/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-01 15:10:27 UTC (rev 608921) +++ PKGBUILD 2020-04-01 15:10:39 UTC (rev 608922) @@ -3,7 +3,7 @@ _hkgname=cborg pkgname=haskell-cborg pkgver=0.2.2.1 -pkgrel=9 +pkgrel=10 pkgdesc="Concise Binary Object Representation (CBOR)" url="https://github.com/well-typed/cborg" license=('BSD') @@ -15,6 +15,11 @@ source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('afa2eead3255769f6bc487182482c79cb9d1f264484112035aa5942255f6a381801e3bbb73d5414951ba561c2d1a844e3a692c063fead41eef11e2b6ea1180ab') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *2.14/<3/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
