Date: Thursday, May 17, 2018 @ 06:42:58 Author: felixonmars Revision: 323330
upgpkg: haskell-hedgehog 0.5.3-11 rebuild with ghc 8.4.2 Modified: haskell-hedgehog/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 06:41:55 UTC (rev 323329) +++ PKGBUILD 2018-05-17 06:42:58 UTC (rev 323330) @@ -5,7 +5,7 @@ _hkgname=hedgehog pkgname=haskell-hedgehog pkgver=0.5.3 -pkgrel=10 +pkgrel=11 pkgdesc="A modern property-based testing system" url="https://hedgehog.qa" license=("custom:BSD3") @@ -12,8 +12,8 @@ arch=('x86_64') 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-semigroups' 'haskell-stm' 'haskell-text' 'haskell-th-lift' + 'haskell-pretty-show' 'haskell-primitive' 'haskell-random' + 'haskell-resourcet' 'haskell-semigroups' '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")
