Date: Wednesday, June 7, 2017 @ 05:35:38 Author: felixonmars Revision: 235283
upgpkg: haskell-statistics 0.14.0.2-1 rebuild with criterion,1.2.0.0 statistics,0.14.0.2 Modified: haskell-statistics/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-07 05:15:11 UTC (rev 235282) +++ PKGBUILD 2017-06-07 05:35:38 UTC (rev 235283) @@ -4,17 +4,17 @@ _hkgname=statistics pkgname=haskell-statistics -pkgver=0.13.3.0 -pkgrel=37 +pkgver=0.14.0.2 +pkgrel=1 pkgdesc="A library of statistical types, data, and functions" url="https://github.com/bos/statistics" -license=("custom:BSD3") +license=("custom:BSD2") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-aeson" "haskell-erf" "haskell-math-functions" +depends=("ghc=8.0.1" "haskell-aeson" "haskell-base-orphans" "haskell-erf" "haskell-math-functions" "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" "haskell-vector" - "haskell-vector-algorithms" "haskell-vector-binary-instances") + "haskell-vector-algorithms" "haskell-vector-binary-instances" "haskell-vector-th-unbox") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('6e7fe0f10086725c696fdd855caf4b6fb58ca5100bd0c9995f575f5b071381ed') +sha512sums=('8ee0d6ae6f7a27b4b5a6dddd1e2c9a9b086224cfb7157efc396052263c5c89aea5eeb625a312e0c08f78cee3d819cdaa139f5a7bfc4413847592db45b1b697e4') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
