Date: Tuesday, August 10, 2021 @ 09:24:08 Author: felixonmars Revision: 997315
upgpkg: haskell-rio 0.1.21.0-1: rebuild with rio 0.1.21.0 Modified: haskell-rio/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-10 08:44:29 UTC (rev 997314) +++ PKGBUILD 2021-08-10 09:24:08 UTC (rev 997315) @@ -2,8 +2,8 @@ _hkgname=rio pkgname=haskell-rio -pkgver=0.1.20.0 -pkgrel=40 +pkgver=0.1.21.0 +pkgrel=1 pkgdesc="A standard library for Haskell" url="https://github.com/commercialhaskell/rio" license=('MIT') @@ -11,9 +11,9 @@ depends=('ghc-libs' 'haskell-hashable' 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-primitive' 'haskell-typed-process' 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck') +makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('a8c82076b5538601fcd845cb667a1ada276c99b03dc3be9454ab318a8770d822c44e9051422b5c219391e2a502d762a36d742f43244e8736854c5d4e3708d868') +sha512sums=('5a049c7af44f0811e402d641815453be0af1f437a89cada613940085ceb8b8bb66ab92753f31bf400ff16f72ff08a9e83ff422c988e434ffef0c64b4c1cc7224') prepare() { cd $_hkgname-$pkgver
