Date: Wednesday, June 6, 2018 @ 05:33:53 Author: felixonmars Revision: 340763
upgpkg: haskell-snap-core 1.0.3.2-11 rebuild with network 2.7.0.0 Modified: haskell-snap-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-06 05:28:02 UTC (rev 340762) +++ PKGBUILD 2018-06-06 05:33:53 UTC (rev 340763) @@ -4,7 +4,7 @@ _hkgname=snap-core pkgname=haskell-snap-core pkgver=1.0.3.2 -pkgrel=10 +pkgrel=11 pkgdesc="A Haskell Web Framework (core interfaces and types)" url="https://github.com/JustusAdam/snap-core" license=('custom:BSD3') @@ -21,7 +21,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i '/bytestring-builder/d' $_hkgname.cabal + sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_hkgname.cabal } build() {
