Date: Monday, May 27, 2019 @ 07:56:11 Author: felixonmars Revision: 471075
upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-11 rebuild with QuickCheck 2.13.1 Modified: haskell-test-framework-quickcheck2/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-27 07:44:55 UTC (rev 471074) +++ PKGBUILD 2019-05-27 07:56:11 UTC (rev 471075) @@ -4,7 +4,7 @@ _hkgname=test-framework-quickcheck2 pkgname=haskell-test-framework-quickcheck2 pkgver=0.3.0.5 -pkgrel=10 +pkgrel=11 pkgdesc="QuickCheck-2 support for the test-framework package" url="http://haskell.github.io/test-framework/" license=("BSD") @@ -15,6 +15,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('58c6177d52829ba1ea1858a11101e5b21ae4e4543f8f829779f62208ad16083b41e9f3b2275392693698ef3d46912096c368d90db0d67ff136af4fa73d5e1d43') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *2.13/<3/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
