Date: Thursday, June 4, 2020 @ 08:14:33 Author: felixonmars Revision: 638835
upgpkg: haskell-rio 0.1.16.0-1: rebuild with rio 0.1.16.0 Modified: haskell-rio/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-04 08:07:04 UTC (rev 638834) +++ PKGBUILD 2020-06-04 08:14:33 UTC (rev 638835) @@ -2,18 +2,18 @@ _hkgname=rio pkgname=haskell-rio -pkgver=0.1.15.1 -pkgrel=4 +pkgver=0.1.16.0 +pkgrel=1 pkgdesc="A standard library for Haskell" url="https://github.com/commercialhaskell/rio" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-hashable' 'haskell-microlens' +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' 'haskell-hspec' 'haskell-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('6b2c35a8da5df619ee21543c8f2617dfee5bd3cd916a71fce49018f0bcabfcf81fbf491f02956eff0771eae8597a53bcd6bc867b1124e5fff9432bdce5582634') +sha512sums=('b8662bbc6496517044d07121871224e61551d35c0eb1b941afd11b37bda1ad70ea5ee3110ca4344c9da01bb40e4116bbda9d4c3c8f1f51e3dffdff882b977b66') prepare() { cd $_hkgname-$pkgver
