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

Felix Yan felixonmars at archlinux.org
Sat Aug 8 19:26:24 UTC 2020


    Date: Saturday, August 8, 2020 @ 19:26:23
  Author: felixonmars
Revision: 672790

upgpkg: haskell-network 3.1.2.0-1: rebuild with network 3.1.2.0

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-08 19:20:47 UTC (rev 672789)
+++ PKGBUILD	2020-08-08 19:26:23 UTC (rev 672790)
@@ -3,16 +3,16 @@
 
 _hkgname=network
 pkgname=haskell-network
-pkgver=3.1.1.1
-pkgrel=25
+pkgver=3.1.2.0
+pkgrel=1
 pkgdesc="Low-level networking interface"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit' 'haskell-temporary')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('caafd3c0730d0f6378230e0acdf285ca50480f02a44963c1f9ae9dc3d53cd496dd3171d7ff4bf79a1e072b85698d74f82d8075b999d5ba1d17ab1429c8094ca8')
+sha512sums=('ccab6a31a5bfe5a30ad6d0e757d523d03eb7560c47bee0abd79205f2aaedab985bc6381df50fcdb8ffb48a081198891daa46e0ec6602a99bf5878c762b89c6b7')
 
 build() {
     cd $_hkgname-$pkgver
@@ -29,8 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # https://github.com/haskell/network/issues/333#issuecomment-400173091
-    runhaskell Setup test || warning "Tests failed"
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list