Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-statistics
Commits:
8b4ea2d6 by Felix Yan at 2023-11-10T12:26:59+02:00
upgpkg: 0.16.2.1-1: rebuild with statistics 0.16.2.1
- - - - -
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.2.0
- pkgrel = 20
+ pkgver = 0.16.2.1
+ pkgrel = 1
url = https://github.com/haskell/statistics
arch = x86_64
license = BSD
@@ -28,7 +28,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.2.0/statistics-0.16.2.0.tar.gz
- sha512sums =
934928e5f8f4f38fe1755a5d16d9a4653401a983d86b2f0fc7f9d4ba90b0b05cf19caec2f4e48874fc7995450a016fa9b45dadc0d6316807fbf19ed75d14c38b
+ source =
https://hackage.haskell.org/packages/archive/statistics/0.16.2.1/statistics-0.16.2.1.tar.gz
+ sha512sums =
cfc7a0ae07ffa5a41a5887db970719c5bc76391a31bf0942e6a4facb1a8092903dab2d16df8f408f1fd712a54dbc260fdde1155c84b9823ffc8034eae68d4cad
pkgname = haskell-statistics
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=statistics
pkgname=haskell-statistics
-pkgver=0.16.2.0
-pkgrel=20
+pkgver=0.16.2.1
+pkgrel=1
pkgdesc="A library of statistical types, data, and functions"
url="https://github.com/haskell/statistics"
license=("BSD")
@@ -17,7 +17,7 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck'
'haskell-erf' 'haskell-i
'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=('934928e5f8f4f38fe1755a5d16d9a4653401a983d86b2f0fc7f9d4ba90b0b05cf19caec2f4e48874fc7995450a016fa9b45dadc0d6316807fbf19ed75d14c38b')
+sha512sums=('cfc7a0ae07ffa5a41a5887db970719c5bc76391a31bf0942e6a4facb1a8092903dab2d16df8f408f1fd712a54dbc260fdde1155c84b9823ffc8034eae68d4cad')
build() {
cd $_hkgname-$pkgver
@@ -34,8 +34,7 @@ build() {
check() {
cd $_hkgname-$pkgver
- # https://github.com/haskell/statistics/issues/205
- runhaskell Setup test --show-details=direct || echo "Tests failed"
+ runhaskell Setup test --show-details=direct
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-statistics/-/commit/8b4ea2d6abb1a9e63ae325c55770fff52d6ed8c9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-statistics/-/commit/8b4ea2d6abb1a9e63ae325c55770fff52d6ed8c9
You're receiving this email because of your account on gitlab.archlinux.org.