[arch-commits] Commit in haskell-wai-handler-launch/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 3 17:49:24 UTC 2019


    Date: Saturday, August 3, 2019 @ 17:49:22
  Author: felixonmars
Revision: 497226

upgpkg: haskell-wai-handler-launch 3.0.2.4-196

rebuild with http2 2.0.3, warp 3.3.0

Modified:
  haskell-wai-handler-launch/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-03 17:47:35 UTC (rev 497225)
+++ PKGBUILD	2019-08-03 17:49:22 UTC (rev 497226)
@@ -4,7 +4,7 @@
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
 pkgver=3.0.2.4
-pkgrel=195
+pkgrel=196
 pkgdesc="Launch a web app in the default browser."
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -15,6 +15,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('77a8047201687a56d19c70f70e4fcac9c81c2a4f0ec9bbccad8730de5d74582f52c79c62feb73ebcb4c870435cb1393c2d5fba90c9c952eff8ff3a675eab73fb')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *3.3/<4/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list