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

Felix Yan felixonmars at archlinux.org
Sat May 19 17:59:18 UTC 2018


    Date: Saturday, May 19, 2018 @ 17:59:17
  Author: felixonmars
Revision: 324745

upgpkg: haskell-conduit-extra 1.3.0-1

rebuild with html-conduit,1.3.0 conduit,1.3.0.2 resourcet,1.2.1 xml-conduit,1.8.0 aws,0.20 http-conduit,2.3.1

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 17:56:21 UTC (rev 324744)
+++ PKGBUILD	2018-05-19 17:59:17 UTC (rev 324745)
@@ -4,19 +4,19 @@
 
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
-pkgver=1.2.3.2
-pkgrel=35
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="https://github.com/snoyberg/conduit"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-conduit'
-         'haskell-exceptions' 'haskell-monad-control' 'haskell-network' 'haskell-primitive'
-         'haskell-resourcet' 'haskell-streaming-commons'
-         'haskell-transformers-base' 'haskell-typed-process' 'haskell-unliftio-core')
-makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-conduit' 'haskell-network'
+         'haskell-primitive' 'haskell-resourcet' 'haskell-streaming-commons' 'haskell-typed-process'
+         'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-exceptions' 'haskell-hspec' 'haskell-quickcheck'
+             'haskell-transformers-base')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('758fe17c11be7eb82fe761be33cce68614bb148cec36486bb4903eed818f6a79b495788223447ec5fdff112d71a45f3b347db5c41fe6266c52021c7987839112')
+sha512sums=('3097a561b37b13e221f0721e84c06b179ec6df5111af7a2db12e26ee4f4d0935fb49bbccbda17e22546d11436774a5fa4b8df718c47f751bf5e846dfec92a7e5')
 
 prepare() {
     sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal



More information about the arch-commits mailing list