[arch-commits] Commit in haskell-rio/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 12 10:22:02 UTC 2019


    Date: Friday, April 12, 2019 @ 10:22:02
  Author: felixonmars
Revision: 451233

upgpkg: haskell-rio 0.1.9.0-1

rebuild with rio 0.1.9.0

Modified:
  haskell-rio/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 10:17:11 UTC (rev 451232)
+++ PKGBUILD	2019-04-12 10:22:02 UTC (rev 451233)
@@ -2,18 +2,18 @@
 
 _hkgname=rio
 pkgname=haskell-rio
-pkgver=0.1.8.0
-pkgrel=10
+pkgver=0.1.9.0
+pkgrel=1
 pkgdesc="A standard library for Haskell"
 url="https://github.com/commercialhaskell/rio"
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 'haskell-microlens'
-         'haskell-primitive' 'haskell-typed-process' 'haskell-unliftio'
+         'haskell-primitive' 'haskell-typed-process' 'haskell-unliftio' 'haskell-unliftio-core'
          'haskell-unordered-containers' 'haskell-vector')
 makedepends=('ghc' 'haskell-hspec')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('2bf741369f9fe93ad09540a9bba7c9e3a311a0c46c7af3a786f1eb5c260119ee6ca0d372ce64f09067af0876486a3ddec17ec003092061f2b8d8ffe319104474')
+sha512sums=('e219b8d92273df0f30c8032c055abd0a8024195da4951fe8dee5a3f735e041ddcc85dc9845077b763cc8c6fd5ff3d28b252d0bc0fb194464796e561ea5dc2995')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list