Date: Thursday, June 22, 2017 @ 17:50:37 Author: felixonmars Revision: 239622
upgpkg: haskell-aws 0.16-52 rebuild with xml-conduit,1.5.1 Modified: haskell-aws/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-22 17:43:46 UTC (rev 239621) +++ PKGBUILD 2017-06-22 17:50:37 UTC (rev 239622) @@ -5,7 +5,7 @@ _hkgname=aws pkgname=haskell-aws pkgver=0.16 -pkgrel=51 +pkgrel=52 pkgdesc="Amazon Web Services (AWS) for Haskell" url="http://github.com/aristidb/aws" license=("custom:BSD3") @@ -21,6 +21,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c') +prepare() { + sed -i 's/xml-conduit >= 1.2 && <1.5/xml-conduit >= 1.2 \&\& <1.6/' \ + ${_hkgname}-${pkgver}/${_hkgname}.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
