Date: Monday, January 24, 2022 @ 00:48:56 Author: felixonmars Revision: 1114131
upgpkg: haskell-hspec-core 2.8.5-1: rebuild with hspec 2.8.5, hspec-core 2.8.5, hspec-discover 2.8.5 Modified: haskell-hspec-core/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-24 00:48:02 UTC (rev 1114130) +++ PKGBUILD 2022-01-24 00:48:56 UTC (rev 1114131) @@ -2,8 +2,8 @@ _hkgname=hspec-core pkgname=haskell-hspec-core -pkgver=2.8.4 -pkgrel=20 +pkgver=2.8.5 +pkgrel=1 pkgdesc="A Testing Framework for Haskell" url="http://hspec.github.io/" license=('MIT') @@ -12,9 +12,9 @@ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 'haskell-quickcheck-io' 'haskell-random' 'haskell-setenv' 'haskell-tf-random') makedepends=('ghc') -checkdepends=('haskell-hspec-meta' 'haskell-silently' 'haskell-temporary') +checkdepends=('haskell-base-orphans' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('064d4ecdac31ecd056b47d1e32864b2b6972e698400d437096478b3da62eac1ef75f97598c78ca8d8a8135f13b525b424354937d0e56a7a1f25c85f01c8d0337') +sha512sums=('266e8b157a33071ccac322b138afb31a39d5327061078721c1536060ea716de2162c23514c085913c2d92d07bf9afe7f3334571ed09f7bfb320a16ebb2f2b6f3') build() { cd $_hkgname-$pkgver
