Date: Saturday, October 1, 2022 @ 22:11:04
  Author: felixonmars
Revision: 1320234

upgpkg: haskell-statistics 0.16.1.0-1: rebuild with statistics 0.16.1.0

Modified:
  haskell-statistics/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-01 22:03:00 UTC (rev 1320233)
+++ PKGBUILD    2022-10-01 22:11:04 UTC (rev 1320234)
@@ -3,21 +3,21 @@
 
 _hkgname=statistics
 pkgname=haskell-statistics
-pkgver=0.16.0.2
-pkgrel=25
+pkgver=0.16.1.0
+pkgrel=1
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/haskell/statistics";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-data-default-class'
-         'haskell-dense-linear-algebra' 'haskell-math-functions' 
'haskell-monad-par'
-         'haskell-mwc-random' 'haskell-primitive' 'haskell-random' 
'haskell-vector'
+         'haskell-dense-linear-algebra' 'haskell-math-functions' 
'haskell-mwc-random'
+         'haskell-parallel' 'haskell-primitive' 'haskell-random' 
'haskell-vector'
          'haskell-vector-algorithms' 'haskell-vector-binary-instances' 
'haskell-vector-th-unbox')
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-erf' 
'haskell-ieee754'
              'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('53b61a36d40c3b34a93ecac5edfbb740b8632bc883742eb4c6ac4c106dc9ae79fe5809a4171e69f48d22f3e6ff8ab71e985f9bf4d96f49369ec6eeb61f6959e9')
+sha512sums=('cba66ff20ffa95e54116f2bf04a335c195b44532f09035f80fd5ff7c0f61a5d0309f0e56fb82dd874c15c34f163755dfb780edd9c64a312fbafa3d7093b217b7')
 
 build() {
     cd $_hkgname-$pkgver
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test || echo "Tests failed"
+    runhaskell Setup test --show-details=direct
 }
 
 package() {

Reply via email to