Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-statistics
Commits:
8e74c442 by Felix Yan at 2025-11-04T04:52:32+08:00
upgpkg: 0.16.4.0-1: rebuild with statistics 0.16.4.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-statistics
pkgdesc = A library of statistical types, data, and functions
- pkgver = 0.16.3.0
- pkgrel = 108
+ pkgver = 0.16.4.0
+ pkgrel = 1
url = https://github.com/haskell/statistics
arch = x86_64
license = BSD-2-Clause
@@ -30,7 +30,7 @@ pkgbase = haskell-statistics
depends = haskell-vector-algorithms
depends = haskell-vector-binary-instances
depends = haskell-vector-th-unbox
- source =
https://hackage.haskell.org/packages/archive/statistics/0.16.3.0/statistics-0.16.3.0.tar.gz
- sha512sums =
0e066d5dd2cf621c69bd3a50477f6a1c8bcd57f527e89d55d4a9e12ee6c586bd70049e0745423fb7d170e85ed521678e8c79b214c7a360b9039e1812f93781dc
+ source =
https://hackage.haskell.org/packages/archive/statistics/0.16.4.0/statistics-0.16.4.0.tar.gz
+ sha512sums =
a5ec1d9735b6c8478763aa15cc82a5008ec5bbc0334574fb2fc1b902b4f2aa4849b9894809f23998ad0af06182232c5c826345c2730d76095b731b970bea4cea
pkgname = haskell-statistics
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=statistics
pkgname=haskell-statistics
-pkgver=0.16.3.0
-pkgrel=108
+pkgver=0.16.4.0
+pkgrel=1
pkgdesc="A library of statistical types, data, and functions"
url="https://github.com/haskell/statistics"
license=('BSD-2-Clause')
@@ -17,7 +17,7 @@ makedepends=('ghc' 'uusi' 'haskell-hunit'
'haskell-quickcheck' 'haskell-doctest'
'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=('0e066d5dd2cf621c69bd3a50477f6a1c8bcd57f527e89d55d4a9e12ee6c586bd70049e0745423fb7d170e85ed521678e8c79b214c7a360b9039e1812f93781dc')
+sha512sums=('a5ec1d9735b6c8478763aa15cc82a5008ec5bbc0334574fb2fc1b902b4f2aa4849b9894809f23998ad0af06182232c5c826345c2730d76095b731b970bea4cea')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-statistics/-/commit/8e74c442e96573d26683d69cafd0122fa435a307
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-statistics/-/commit/8e74c442e96573d26683d69cafd0122fa435a307
You're receiving this email because of your account on gitlab.archlinux.org.