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

Felix Yan felixonmars at gemini.archlinux.org
Thu Nov 4 13:23:08 UTC 2021


    Date: Thursday, November 4, 2021 @ 13:23:08
  Author: felixonmars
Revision: 1036862

upgpkg: haskell-wai-middleware-static 0.9.1-1: rebuild with wai-middleware-static 0.9.1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-04 12:57:14 UTC (rev 1036861)
+++ PKGBUILD	2021-11-04 13:23:08 UTC (rev 1036862)
@@ -3,8 +3,8 @@
 
 _hkgname=wai-middleware-static
 pkgname=haskell-wai-middleware-static
-pkgver=0.9.0
-pkgrel=185
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="WAI middleware that serves requests to static files"
 url="https://github.com/scotty-web/wai-middleware-static"
 license=("BSD")
@@ -11,14 +11,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-cryptonite' 'haskell-memory' 'haskell-expiring-cache-map'
          'haskell-http-types' 'haskell-mime-types' 'haskell-old-locale' 'haskell-wai')
-makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-hspec-expectations-lifted'
-             'haskell-hspec-wai' 'haskell-mockery' 'haskell-scotty' 'haskell-wai-extra')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-discover'
+             'haskell-hspec-expectations-lifted' 'haskell-hspec-wai' 'haskell-mockery'
+             'haskell-scotty' 'haskell-wai-extra')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('4833afa649ed2e9604f396481dbf5e1f4d96db841fb9c300a9c0b66641241c12c14d8e010860626a3d4bf00507fa0b28b5480d37ac1f8d6daa1c3e96685b654c')
+sha512sums=('f09d39f752266083ec72a530bde3fd680e6dfd434792e207a46498c6e40e6af1e53d4aa8534195019128c0911c227a413897384464963dde700e12b4e38836bc')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' $_hkgname.cabal
+    uusi -d semigroups $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list