Date: Wednesday, June 6, 2018 @ 05:27:49 Author: felixonmars Revision: 340761
upgpkg: haskell-openssl-streams 1.2.1.3-11 rebuild with network 2.7.0.0 Modified: haskell-openssl-streams/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-06 05:19:47 UTC (rev 340760) +++ PKGBUILD 2018-06-06 05:27:49 UTC (rev 340761) @@ -4,7 +4,7 @@ _hkgname=openssl-streams pkgname=haskell-openssl-streams pkgver=1.2.1.3 -pkgrel=10 +pkgrel=11 pkgdesc="OpenSSL network support for io-streams" url="https://github.com/snapframework/openssl-streams" license=('custom:BSD3') @@ -14,6 +14,11 @@ source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('cdfa1d6946b1ed8750de55ecd8acfa1e65bcaa2b7531fefaf1fba4a9fc8e59f37261e2f8baee3ba04c4622fcc9af0d2b04986f5680e03729ba966946629c1ab2') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/<.*2.7/<3/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
