Date: Tuesday, March 6, 2018 @ 05:26:20 Author: felixonmars Revision: 302871
upgpkg: haskell-hakyll 4.11.0.0-27 rebuild with text-short,0.1.2 tasty-quickcheck,0.10 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-06 04:12:48 UTC (rev 302870) +++ PKGBUILD 2018-03-06 05:26:20 UTC (rev 302871) @@ -5,7 +5,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.11.0.0 -pkgrel=26 +pkgrel=27 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll" license=("custom:BSD3") @@ -23,6 +23,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('49870a0bc3de15f5842306a93f7c909703860701a7a59c73415b7580084e2b8413084d12f3baa3aff834e3245a8693e6386dc89989c74c2d7e5828fe7baaa4ee') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/tasty-quickcheck >= 0.8 && < 0.10,/tasty-quickcheck >= 0.8,/' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
