Date: Tuesday, May 12, 2020 @ 17:51:12 Author: felixonmars Revision: 627090
upgpkg: haskell-tasty-lua 0.2.2-12: rebuild with tasty 1.3 Modified: haskell-tasty-lua/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-12 17:47:52 UTC (rev 627089) +++ PKGBUILD 2020-05-12 17:51:12 UTC (rev 627090) @@ -3,7 +3,7 @@ _hkgname=tasty-lua pkgname=haskell-tasty-lua pkgver=0.2.2 -pkgrel=11 +pkgrel=12 pkgdesc="Write tests in Lua, integrate into tasty." url="https://github.com/hslua/tasty-lua" license=('MIT') @@ -13,6 +13,11 @@ source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('d0407fa44d794747506652ec924801559e9d5314550c3045a3f263dc6c4747cea559d77b835a4fe24909627664c11fef0e08341923c92e821968b8ec273aa9b3') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *1.3/<2/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
