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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 18:22:35 UTC 2018


    Date: Tuesday, October 16, 2018 @ 18:22:35
  Author: felixonmars
Revision: 394745

upgpkg: haskell-wai-middleware-static 0.8.2-40

rebuild with ghc 8.6.1

Modified:
  haskell-wai-middleware-static/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 18:16:13 UTC (rev 394744)
+++ PKGBUILD	2018-10-16 18:22:35 UTC (rev 394745)
@@ -4,7 +4,7 @@
 _hkgname=wai-middleware-static
 pkgname=haskell-wai-middleware-static
 pkgver=0.8.2
-pkgrel=39
+pkgrel=40
 pkgdesc="WAI middleware that serves requests to static files"
 url="https://github.com/scotty-web/wai-middleware-static"
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list