Date: Saturday, March 21, 2020 @ 16:52:58 Author: felixonmars Revision: 602828
upgpkg: haskell-io-streams-haproxy 1.0.1.0-51: rebuild with network 3.1.1.1, network-bsd 2.8.1.0 Modified: haskell-io-streams-haproxy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-21 16:51:31 UTC (rev 602827) +++ PKGBUILD 2020-03-21 16:52:58 UTC (rev 602828) @@ -3,7 +3,7 @@ _hkgname=io-streams-haproxy pkgname=haskell-io-streams-haproxy pkgver=1.0.1.0 -pkgrel=50 +pkgrel=51 pkgdesc="HAProxy protocol 1.5 support for io-streams" url="https://github.com/snapframework/io-streams-haproxy" license=('BSD') @@ -15,7 +15,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *4.13/<5/' $_hkgname.cabal + sed -i -e 's/< *4.13/<5/' -e 's/< *3.1/<4/' $_hkgname.cabal } build() {
