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

Felix Yan fyan at archlinux.org
Wed Mar 30 03:40:31 UTC 2016


    Date: Wednesday, March 30, 2016 @ 05:40:31
  Author: fyan
Revision: 168835

upgpkg: haskell-conduit-extra 1.1.12-1

rebuild with conduit-extra-1.1.12, wai-3.2.0.1, wai-app-static-3.1.5, warp-3.2.4, yesod-auth-1.4.13, yesod-core-1.4.20, yesod-form-1.4.7, yesod-persistent-1.4.0.4

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-30 02:51:41 UTC (rev 168834)
+++ PKGBUILD	2016-03-30 03:40:31 UTC (rev 168835)
@@ -4,19 +4,20 @@
 
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
-pkgver=1.1.11
-pkgrel=4
+pkgver=1.1.12
+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" "haskell-exceptions"
-         "haskell-monad-control" "haskell-network" "haskell-primitive" "haskell-resourcet"
-         "haskell-stm" "haskell-streaming-commons" "haskell-text" "haskell-transformers-base")
+depends=("ghc=7.10.3" "haskell-async" "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=('670009f95b16d74d1ffab5fe7f9e667249384cdddf80b8eda32413e11861ea2f')
+sha256sums=('c56b1d9812a25728ca21cc467cfb3ab526c1f3081de247dfc8835dbdd33041a6')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list