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

Felix Yan felixonmars at archlinux.org
Mon Aug 8 14:46:07 UTC 2016


    Date: Monday, August 8, 2016 @ 14:46:07
  Author: felixonmars
Revision: 186023

upgpkg: haskell-conduit 1.2.7-1

rebuild with conduit-1.2.7, persistent-template-2.5.1.6, resourcet-1.1.7.5

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-08 14:45:34 UTC (rev 186022)
+++ PKGBUILD	2016-08-08 14:46:07 UTC (rev 186023)
@@ -4,8 +4,8 @@
 
 _hkgname=conduit
 pkgname=haskell-conduit
-pkgver=1.2.6.6
-pkgrel=3
+pkgver=1.2.7
+pkgrel=1
 pkgdesc="Streaming data processing library."
 url="http://github.com/snoyberg/conduit"
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
          "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('958fe8636ef49b947493fd23ea1522d51e82e6acc87cb9e5038398e25fa5d188')
+sha256sums=('36b21db556cf81d3080edd50f417ce5dd8391f32cf2f8078b48110cfd6ed3be5')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list