Date: Tuesday, March 22, 2022 @ 00:51:42 Author: felixonmars Revision: 1169548
upgpkg: haskell-hedgehog 1.1-1: rebuild with hedgehog 1.1 Modified: haskell-hedgehog/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 00:44:10 UTC (rev 1169547) +++ PKGBUILD 2022-03-22 00:51:42 UTC (rev 1169548) @@ -3,19 +3,19 @@ _hkgname=hedgehog pkgname=haskell-hedgehog -pkgver=1.0.5 -pkgrel=109 +pkgver=1.1 +pkgrel=1 pkgdesc="A modern property-based testing system" url="https://hedgehog.qa" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-concurrent-output' - 'haskell-erf' 'haskell-lifted-async' 'haskell-mmorph' 'haskell-monad-control' - 'haskell-pretty-show' 'haskell-primitive' 'haskell-random' 'haskell-resourcet' - 'haskell-transformers-base' 'haskell-wl-pprint-annotated') +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-barbies' + 'haskell-concurrent-output' 'haskell-erf' 'haskell-lifted-async' 'haskell-mmorph' + 'haskell-monad-control' 'haskell-pretty-show' 'haskell-primitive' 'haskell-random' + 'haskell-resourcet' 'haskell-transformers-base' 'haskell-wl-pprint-annotated') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('03a1bd64451ce90ce7bac67e9f558a97b33cb2f7eeec7885c76558f34018eb794f82344563c6b511094e9cf610a6c0f4c0a229455e57df8729fc093ec212dd98') +sha512sums=('d426656189a577ff7c4a4e473051241f85e1562ff6cdead9a8515bf32a7e25b79922a5197c0c210ef0b4f22508af167b992249d66015a7ba621fbe8ae6ee4b2a') prepare() { cd $_hkgname-$pkgver
