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

Felix Yan felixonmars at archlinux.org
Fri Aug 7 06:26:45 UTC 2020


    Date: Friday, August 7, 2020 @ 06:26:44
  Author: felixonmars
Revision: 671276

upgpkg: haskell-http-client 0.7.1-24: rebuild with foldl 1.4.8

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-07 06:24:32 UTC (rev 671275)
+++ PKGBUILD	2020-08-07 06:26:44 UTC (rev 671276)
@@ -4,7 +4,7 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.7.1
-pkgrel=23
+pkgrel=24
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client"
 license=("MIT")
@@ -13,7 +13,7 @@
          'haskell-http-types' 'haskell-memory' 'haskell-mime-types'
          'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-streaming-commons')
 makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-monad-control' 'haskell-zlib')
-checkdepends('httpbin' 'pifpaf')
+checkdepends=('httpbin' 'pifpaf')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('82f9b85a5da976f8bc965a625dca2e1795bb53f88babf830aa82b511046da223fc1966d139c2d1c3d1f55103d7130715bab38a9280ec7dd9b579ead47fc068eb')
 
@@ -38,7 +38,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    pifpaf run httpbin -- runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list