Date: Friday, March 26, 2021 @ 12:23:20 Author: felixonmars Revision: 904471
upgpkg: haskell-io-streams-haproxy 1.0.1.0-139: rebuild with attoparsec 0.14.1 Modified: haskell-io-streams-haproxy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-26 10:16:39 UTC (rev 904470) +++ PKGBUILD 2021-03-26 12:23:20 UTC (rev 904471) @@ -3,19 +3,19 @@ _hkgname=io-streams-haproxy pkgname=haskell-io-streams-haproxy pkgver=1.0.1.0 -pkgrel=138 +pkgrel=139 pkgdesc="HAProxy protocol 1.5 support for io-streams" url="https://github.com/snapframework/io-streams-haproxy" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-io-streams' 'haskell-network') -makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit') +makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('6d9f2da6b014a9f2ee894237af56376b94616af1c1795681adac4bfd10edfb851cbe1a37295025c6ebf7e77fe7b5d2abba3557ac1a9ed594deabaee05151572a') prepare() { cd $_hkgname-$pkgver - sed -i -e 's/< *4.13/<5/' -e 's/< *3.1/<4/' $_hkgname.cabal + uusi -u base -u network -u attoparsec $_hkgname.cabal } build() {
