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

Felix Yan felixonmars at archlinux.org
Thu Sep 29 09:38:29 UTC 2016


    Date: Thursday, September 29, 2016 @ 09:38:28
  Author: felixonmars
Revision: 190790

upgpkg: haskell-conduit 1.2.8-1

rebuild with conduit-1.2.8, conduit-combinators-1.0.8, conduit-extra-1.1.13.3, fast-logger-2.4.7, hOpenPGP-2.5.5, hasql-0.19.15.1, highlighting-kate-0.6.3, hopenpgp-tools-0.19.4, hspec-2.2.4, hspec-core-2.2.4, hspec-discover-2.2.4, http-api-data-0.3.1, http-conduit-2.2.2.1, incremental-parser-0.2.5, monoid-subclasses-0.4.3, pandoc-citeproc-0.10.1.1, streaming-commons-0.1.16, wai-extra-3.0.18, xml-conduit-1.4.0.1, xml-hamlet-0.4.0.12, yaml-0.8.18.7, yesod-core-1.4.25

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 09:37:50 UTC (rev 190789)
+++ PKGBUILD	2016-09-29 09:38:28 UTC (rev 190790)
@@ -4,7 +4,7 @@
 
 _hkgname=conduit
 pkgname=haskell-conduit
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
 pkgdesc="Streaming data processing library."
 url="http://github.com/snoyberg/conduit"
@@ -11,9 +11,9 @@
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
-         "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+         "haskell-monad-control" "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('36b21db556cf81d3080edd50f417ce5dd8391f32cf2f8078b48110cfd6ed3be5')
+sha256sums=('80d5df4c70adf2b7e87138c55fba25e05be30eaef0c9a7926d97ae0c0cdb17fb')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list