Date: Monday, November 14, 2022 @ 04:23:47 Author: felixonmars Revision: 1347449
upgpkg: haskell-tasty-sugar 2.0.0.0-1: rebuild with tasty-sugar 2.0.0.0 Modified: haskell-tasty-sugar/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-14 04:20:35 UTC (rev 1347448) +++ PKGBUILD 2022-11-14 04:23:47 UTC (rev 1347449) @@ -2,18 +2,18 @@ _hkgname=tasty-sugar pkgname=haskell-tasty-sugar -pkgver=1.3.0.2 -pkgrel=10 +pkgver=2.0.0.0 +pkgrel=1 pkgdesc="Tests defined by Search Using Golden Answer References" url="https://github.com/kquick/tasty-sugar" license=("custom:ISC") arch=('x86_64') depends=('ghc-libs' 'haskell-filemanip' 'haskell-kvitable' 'haskell-logict' 'haskell-microlens' - 'haskell-optparse-applicative' 'haskell-prettyprinter' 'haskell-tasty') + 'haskell-optparse-applicative' 'haskell-parallel' 'haskell-prettyprinter' 'haskell-tasty') makedepends=('ghc' 'haskell-hedgehog' 'haskell-pretty-show' 'haskell-raw-strings-qq' 'haskell-tasty-hedgehog' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('0a71e4791117a8a3a2eef2fc2203a792cf24275af8648539a1a083f9d75002c2') +sha256sums=('55e2c79a86a93d385923b20f4dfd925b055aae43e3ad6e898b2b25d6c97ebdb7') build() { cd $_hkgname-$pkgver
