Date: Tuesday, February 18, 2020 @ 08:42:31 Author: felixonmars Revision: 575691
upgpkg: haskell-statistics 0.15.1.0-1: rebuild with statistics 0.15.1.0 Modified: haskell-statistics/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-18 08:27:51 UTC (rev 575690) +++ PKGBUILD 2020-02-18 08:42:31 UTC (rev 575691) @@ -3,13 +3,13 @@ _hkgname=statistics pkgname=haskell-statistics -pkgver=0.15.0.0 -pkgrel=61 +pkgver=0.15.1.0 +pkgrel=1 pkgdesc="A library of statistical types, data, and functions" url="https://github.com/bos/statistics" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-base-orphans' 'haskell-data-default-class' +depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-base-orphans' 'haskell-data-default-class' 'haskell-dense-linear-algebra' 'haskell-math-functions' 'haskell-monad-par' 'haskell-mwc-random' 'haskell-primitive' 'haskell-vector' 'haskell-vector-algorithms' 'haskell-vector-binary-instances' 'haskell-vector-th-unbox') @@ -17,7 +17,7 @@ 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('89b44ab8662308dc17769c47c9791b1b673fd37363483333ef0e005b0e00ec120145ee8a1174d2e5a92fdb6e00fd441e389407cdcbd99c55b6523cc79ba82949') +sha512sums=('64676128e38f376abcd375344c48bc706cfc68ca21c972cbef90175c5be200ab6058a53efcd1ac349463b60ec0d3c9b50a033bf1484c14a06c4beface415c3e7') build() { cd $_hkgname-$pkgver
