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

Felix Yan felixonmars at archlinux.org
Sat May 19 13:49:52 UTC 2018


    Date: Saturday, May 19, 2018 @ 13:49:51
  Author: felixonmars
Revision: 324587

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

rebuild with base-compat,0.10.1 aeson,1.3.1.1

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

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 13:49:14 UTC (rev 324586)
+++ PKGBUILD	2018-05-19 13:49:51 UTC (rev 324587)
@@ -5,18 +5,22 @@
 _hkgname=wai-middleware-static
 pkgname=haskell-wai-middleware-static
 pkgver=0.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="WAI middleware that serves requests to static files"
 url="https://github.com/scotty-web/wai-middleware-static"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-cryptonite' 'haskell-memory' 'haskell-expiring-cache-map'
-         'haskell-http-types' 'haskell-mime-types' 'haskell-old-locale'
-         'haskell-semigroups' 'haskell-wai')
+         'haskell-http-types' 'haskell-mime-types' 'haskell-old-locale' 'haskell-wai')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('0316fa827606562e5172eb93f8baba08af6ac07c78ff92cd8b7228658f2e9460ed0cd31e6e3e4249b41aa125f771d5610634140153b69c940a8562aa089c6bb6')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list