Date: Monday, April 22, 2019 @ 10:36:37 Author: felixonmars Revision: 452909
upgpkg: haskell-rio 0.1.9.2-1 rebuild with rio 0.1.9.2 Modified: haskell-rio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-22 10:36:03 UTC (rev 452908) +++ PKGBUILD 2019-04-22 10:36:37 UTC (rev 452909) @@ -2,7 +2,7 @@ _hkgname=rio pkgname=haskell-rio -pkgver=0.1.9.0 +pkgver=0.1.9.2 pkgrel=1 pkgdesc="A standard library for Haskell" url="https://github.com/commercialhaskell/rio" @@ -11,9 +11,9 @@ depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 'haskell-microlens' 'haskell-primitive' 'haskell-typed-process' 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'haskell-hspec') +makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('e219b8d92273df0f30c8032c055abd0a8024195da4951fe8dee5a3f735e041ddcc85dc9845077b763cc8c6fd5ff3d28b252d0bc0fb194464796e561ea5dc2995') +sha512sums=('701a92d93ef1527debb19e5c4886528d300e634523fb53a3c46e91bc92895b214e0109e45f7dcdb2f394d81c994376103f313d4e7b551d034b2ff0d3abde21eb') prepare() { cd $_hkgname-$pkgver
