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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 16:29:25 UTC 2021


    Date: Tuesday, April 20, 2021 @ 16:29:25
  Author: felixonmars
Revision: 920077

upgpkg: haskell-warp 3.3.15-1: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 15:59:42 UTC (rev 920076)
+++ PKGBUILD	2021-04-20 16:29:25 UTC (rev 920077)
@@ -3,8 +3,8 @@
 
 _hkgname=warp
 pkgname=haskell-warp
-pkgver=3.3.14
-pkgrel=53
+pkgver=3.3.15
+pkgrel=1
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -17,7 +17,7 @@
 makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit'
              'haskell-lifted-base' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('eacaf38f8254e44fb6929f2e66b5dcaaa15faca7e4d919b1c5bd9b8ae87ddb0af2ca4388dcf41d04bf20da99b21c5499ba7ec69046c2e4c3925a3d026bf1dcf0')
+sha512sums=('e2454290aa66e27643e6f74874aa65dec8731b55d5f106262a583563b7d2be8b35d4a222c3cbfbd2f2d61d4a88435fc247c0a469cf2628ebe42a6ff936c78076')
 
 build() {
     cd $_hkgname-$pkgver
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list