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

Felix Yan fyan at archlinux.org
Fri Mar 4 04:23:39 UTC 2016


    Date: Friday, March 4, 2016 @ 05:23:39
  Author: fyan
Revision: 164591

upgpkg: haskell-conduit-extra 1.1.11-1

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-04 04:12:33 UTC (rev 164590)
+++ PKGBUILD	2016-03-04 04:23:39 UTC (rev 164591)
@@ -4,19 +4,19 @@
 
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
-pkgver=1.1.10.1
+pkgver=1.1.11
 pkgrel=1
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="http://github.com/snoyberg/conduit"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" "haskell-conduit"
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" "haskell-conduit" "haskell-exceptions"
          "haskell-monad-control" "haskell-network" "haskell-primitive" "haskell-resourcet"
          "haskell-stm" "haskell-streaming-commons" "haskell-text" "haskell-transformers-base")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('693eeea93dd2f68c1bc4a7b42ff20fdad7556c12c45ef705beaa256de422002a')
+sha256sums=('670009f95b16d74d1ffab5fe7f9e667249384cdddf80b8eda32413e11861ea2f')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list