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

Felix Yan felixonmars at archlinux.org
Fri Apr 21 18:19:00 UTC 2017


    Date: Friday, April 21, 2017 @ 18:18:59
  Author: felixonmars
Revision: 224202

upgpkg: haskell-conduit 1.2.10-1

rebuild with conduit,1.2.10

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-21 18:18:39 UTC (rev 224201)
+++ PKGBUILD	2017-04-21 18:18:59 UTC (rev 224202)
@@ -4,7 +4,7 @@
 
 _hkgname=conduit
 pkgname=haskell-conduit
-pkgver=1.2.9.1
+pkgver=1.2.10
 pkgrel=1
 pkgdesc="Streaming data processing library."
 url="http://github.com/snoyberg/conduit"
@@ -11,9 +11,10 @@
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
-         "haskell-monad-control" "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+         "haskell-monad-control" "haskell-mtl" "haskell-primitive" "haskell-resourcet"
+         "haskell-transformers-base")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('6b531c9edfbdef026bc45809ddf9da15991706d3e880ac7c727c8e8edcccf702ed7849c94c1d856c309b1ba8486d6761db320a28310a15a8dd18bbb522984b64')
+sha512sums=('e3bf2af8c3dc6ce7e02a45940712f0a1b7147dbd100c485d5ed85b8337b3cce37c10559581210b5fb967d5f82bb5c82ae99a8daa307ff2fdcea167837285bda4')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list