Date: Thursday, December 10, 2015 @ 19:39:05 Author: bpiotrowski Revision: 152546
GHC 7.10.3 rebuild Modified: haskell-xml-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 18:35:08 UTC (rev 152545) +++ PKGBUILD 2015-12-10 18:39:05 UTC (rev 152546) @@ -5,12 +5,12 @@ _hkgname=xml-conduit pkgname=haskell-xml-conduit pkgver=1.3.2 -pkgrel=6 +pkgrel=7 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package." url="http://github.com/snoyberg/xml" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-attoparsec" "haskell-blaze-builder" "haskell-text" +depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" "haskell-text" "haskell-blaze-markup" "haskell-conduit" "haskell-conduit-extra" "haskell-data-default" "haskell-monad-control" "haskell-resourcet" "haskell-blaze-html" "haskell-xml-types")
