Date: Friday, April 24, 2020 @ 06:38:06 Author: felixonmars Revision: 618866
upgpkg: haskell-tasty-hspec 1.1.5.1-4: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0 Modified: haskell-tasty-hspec/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 06:33:29 UTC (rev 618865) +++ PKGBUILD 2020-04-24 06:38:06 UTC (rev 618866) @@ -3,7 +3,7 @@ _hkgname=tasty-hspec pkgname=haskell-tasty-hspec pkgver=1.1.5.1 -pkgrel=3 +pkgrel=4 pkgdesc="Hspec support for the Tasty test framework" url="https://github.com/mitchellwrosen/tasty-hspec" license=('BSD') @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.13/' $_hkgname.cabal + sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal } build() {
