Date: Wednesday, June 6, 2018 @ 05:11:56 Author: felixonmars Revision: 340745
upgpkg: haskell-io-streams-haproxy 1.0.0.2-11 rebuild with network 2.7.0.0 Modified: haskell-io-streams-haproxy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-06 04:42:27 UTC (rev 340744) +++ PKGBUILD 2018-06-06 05:11:56 UTC (rev 340745) @@ -4,7 +4,7 @@ _hkgname=io-streams-haproxy pkgname=haskell-io-streams-haproxy pkgver=1.0.0.2 -pkgrel=10 +pkgrel=11 pkgdesc="HAProxy protocol 1.5 support for io-streams" url="https://github.com/snapframework/io-streams-haproxy" license=('custom:BSD3') @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/<.*4.11/<5/' $_hkgname.cabal + sed -i -e 's/<.*4.11/<5/' -e 's/<.*2.7/<3/' $_hkgname.cabal } build() {
