Date: Saturday, August 3, 2019 @ 17:40:18 Author: felixonmars Revision: 497220
upgpkg: haskell-wai-app-static 3.1.6.3-80 rebuild with http2 2.0.3, warp 3.3.0 Modified: haskell-wai-app-static/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-03 17:27:38 UTC (rev 497219) +++ PKGBUILD 2019-08-03 17:40:18 UTC (rev 497220) @@ -4,7 +4,7 @@ _hkgname=wai-app-static pkgname=haskell-wai-app-static pkgver=3.1.6.3 -pkgrel=79 +pkgrel=80 pkgdesc="WAI application for static serving" url="https://www.yesodweb.com/book/web-application-interface" license=("MIT") @@ -18,6 +18,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('acbbb499bd357e758ba46f8d8f0afab22242e4541c3cbaa97bbb5d81d55dfd6fc7c336c36b84591718d9d910dc0a7cbdadd07434cb6a4019ca595040bd18cb79') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *3.3/<4/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
