Date: Friday, April 24, 2020 @ 17:32:38 Author: felixonmars Revision: 619362
upgpkg: haskell-tasty-hedgehog 1.0.0.2-29: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: haskell-tasty-hedgehog/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 17:30:12 UTC (rev 619361) +++ PKGBUILD 2020-04-24 17:32:38 UTC (rev 619362) @@ -3,7 +3,7 @@ _hkgname=tasty-hedgehog pkgname=haskell-tasty-hedgehog pkgver=1.0.0.2 -pkgrel=28 +pkgrel=29 pkgdesc="Integration for tasty and hedgehog" url="https://github.com/qfpl/tasty-hedgehog" license=('BSD') @@ -13,6 +13,11 @@ source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('56ac4db27b97bc6902633ec398bdbae28f6121d818a29fde62ddea4a4619af0fe7b058b55479414a627119a0014f2c84d6b795c86e9e36d21fd25bf1033a9c4b') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *4.14/<5/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
