[arch-commits] Commit in haskell-wai-extra/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jan 21 21:11:52 UTC 2021
Date: Thursday, January 21, 2021 @ 21:11:52
Author: felixonmars
Revision: 824120
upgpkg: haskell-wai-extra 3.1.6-1: rebuild with wai-extra 3.1.6
Modified:
haskell-wai-extra/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-21 21:10:48 UTC (rev 824119)
+++ PKGBUILD 2021-01-21 21:11:52 UTC (rev 824120)
@@ -3,8 +3,8 @@
_hkgname=wai-extra
pkgname=haskell-wai-extra
-pkgver=3.1.5
-pkgrel=10
+pkgver=3.1.6
+pkgrel=1
pkgdesc="Provides some basic WAI handlers and middleware."
url="https://github.com/yesodweb/wai"
license=("MIT")
@@ -12,12 +12,12 @@
depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-base64-bytestring'
'haskell-case-insensitive' 'haskell-cookie' 'haskell-data-default-class'
'haskell-fast-logger' 'haskell-http-types' 'haskell-http2' 'haskell-iproute'
- 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 'haskell-streaming-commons'
- 'haskell-unix-compat' 'haskell-vault' 'haskell-void' 'haskell-wai'
- 'haskell-wai-logger' 'haskell-word8' 'haskell-zlib' 'haskell-hunit' 'haskell-call-stack')
-makedepends=('ghc' 'haskell-hspec')
+ 'haskell-network' 'haskell-resourcet' 'haskell-streaming-commons'
+ 'haskell-vault' 'haskell-wai' 'haskell-wai-logger' 'haskell-word8' 'haskell-hunit'
+ 'haskell-call-stack')
+makedepends=('ghc' 'haskell-hspec' 'haskell-zlib')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('544cce9a26780f01a34cdee7749968305b270506234b9b06112125e61658504d69ecc81e26c291221675851125dbc6b25140e91a8ba336422cd3a2d335c20718')
+sha512sums=('9de9b919b7c62a4e73eabfed952770ce0735b8445cb3e5a4155195fb564ae3da7994b2cdcf297ccbc5b5cd4378200fb1f1fe69b736d8e95c2a7159813e0a4fd0')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list