Date: Tuesday, February 13, 2018 @ 02:04:49 Author: felixonmars Revision: 293705
upgpkg: haskell-hedgehog 0.5.2-1 rebuild with hedgehog,0.5.2 Modified: haskell-hedgehog/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-13 02:03:23 UTC (rev 293704) +++ PKGBUILD 2018-02-13 02:04:49 UTC (rev 293705) @@ -4,8 +4,8 @@ _hkgname=hedgehog pkgname=haskell-hedgehog -pkgver=0.5.1 -pkgrel=18 +pkgver=0.5.2 +pkgrel=1 pkgdesc="A modern property-based testing system" url="https://hedgehog.qa" license=("custom:BSD3") @@ -13,11 +13,11 @@ depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-concurrent-output' 'haskell-exceptions' 'haskell-lifted-async' 'haskell-mmorph' 'haskell-monad-control' 'haskell-mtl' 'haskell-pretty-show' 'haskell-primitive' 'haskell-random' - 'haskell-resourcet' 'haskell-stm' 'haskell-text' 'haskell-th-lift' + 'haskell-resourcet' 'haskell-semigroups' 'haskell-stm' 'haskell-text' 'haskell-th-lift' 'haskell-transformers-base' 'haskell-wl-pprint-annotated') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('cad1e406ea8553242b5cd5ceff04967bf08c311f4e6e337684ba7ccc272897d0b006d40ef0d4d24c49a6383a6ab349c8441aee0a68681e110a850245c2f659c4') +sha512sums=('7587b5eec3c65f2f125dc59d6e190ab16c3262518ca2fb1f3ba5fefc2ccfc6dd0117404d8499afc74def127db1eefa42c25cf63c05be3defdff5147fdfe44a89') build() { cd "${srcdir}/${_hkgname}-${pkgver}"