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

Felix Yan felixonmars at archlinux.org
Tue Nov 26 18:32:12 UTC 2019


    Date: Tuesday, November 26, 2019 @ 18:32:11
  Author: felixonmars
Revision: 533499

upgpkg: haskell-wai-extra 3.0.28-20

rebuild with fast-logger 3.0.0, wai-logger 2.3.6

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-26 18:25:58 UTC (rev 533498)
+++ PKGBUILD	2019-11-26 18:32:11 UTC (rev 533499)
@@ -4,7 +4,7 @@
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
 pkgver=3.0.28
-pkgrel=19
+pkgrel=20
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -19,6 +19,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('a36ad55d3ec5e40bbe2a4f96085b75411010f7085b3756d568c920e9802651d0577ea3b4ab801fc773ad95eead2c3717ce194e405709b6612039a6019ef9de8f')
 
+prepare(){
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.5/<4/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list