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

Felix Yan felixonmars at archlinux.org
Mon Sep 17 08:55:23 UTC 2018


    Date: Monday, September 17, 2018 @ 08:55:23
  Author: felixonmars
Revision: 382310

upgpkg: haskell-xml-conduit 1.8.0.1-1

rebuild with xml-conduit 1.8.0.1

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 08:53:13 UTC (rev 382309)
+++ PKGBUILD	2018-09-17 08:55:23 UTC (rev 382310)
@@ -3,18 +3,18 @@
 
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
-pkgver=1.8.0
-pkgrel=58
+pkgver=1.8.0.1
+pkgrel=1
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
 url="https://github.com/snoyberg/xml"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-markup' 'haskell-conduit'
-         'haskell-conduit-extra' 'haskell-data-default-class' 'haskell-monad-control'
+         'haskell-conduit-extra' 'haskell-data-default-class'
          'haskell-resourcet' 'haskell-blaze-html' 'haskell-xml-types')
-makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('d6ffdba6db52cef4d11c8f7a49f357c3698673e8f5648c6f43510c5d55fcb0a7ba84e03340f7c84260bbeb026641a16e14d420b07f4845425d001462641c3bcd')
+sha512sums=('9b83ca0be187deea99d9434ac28b70c955796f3cce9ffefc7db2d05c94231f23e4e9c0453675fd3d9496493bbd5f83dcccdba0319e7f1a77e131a20a671a754d')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list