Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-tdigest
Commits:
4913373d by Felix Yan at 2023-10-04T09:38:42+03:00
upgpkg: 0.3-1: rebuild with tdigest 0.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-tdigest
pkgdesc = On-line accumulation of rank-based statistics
- pkgver = 0.2.1.1
- pkgrel = 198
+ pkgver = 0.3
+ pkgrel = 1
url = https://github.com/phadej/haskell-tdigest#readme
arch = x86_64
license = BSD
@@ -11,11 +11,11 @@ pkgbase = haskell-tdigest
makedepends = haskell-tasty-quickcheck
depends = ghc-libs
depends = haskell-base-compat
+ depends = haskell-foldable1-classes-compat
depends = haskell-reducers
- depends = haskell-semigroupoids
depends = haskell-vector
depends = haskell-vector-algorithms
- source =
https://hackage.haskell.org/packages/archive/tdigest/0.2.1.1/tdigest-0.2.1.1.tar.gz
- sha256sums =
a3998575ff5d180e6383d5bd5fc7c8e5fcfdb0c03e16f5f9089935a4d97173b7
+ source =
https://hackage.haskell.org/packages/archive/tdigest/0.3/tdigest-0.3.tar.gz
+ sha256sums =
6ba5e689297f22e45e8b240a27397285cbf76c65b631f58c5d48f579048a4d0a
pkgname = haskell-tdigest
=====================================
PKGBUILD
=====================================
@@ -2,21 +2,21 @@
_hkgname=tdigest
pkgname=haskell-tdigest
-pkgver=0.2.1.1
-pkgrel=198
+pkgver=0.3
+pkgrel=1
pkgdesc="On-line accumulation of rank-based statistics"
url="https://github.com/phadej/haskell-tdigest#readme"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-compat' 'haskell-reducers'
'haskell-semigroupoids'
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-foldable1-classes-compat'
'haskell-reducers'
'haskell-vector' 'haskell-vector-algorithms')
makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('a3998575ff5d180e6383d5bd5fc7c8e5fcfdb0c03e16f5f9089935a4d97173b7')
+sha256sums=('6ba5e689297f22e45e8b240a27397285cbf76c65b631f58c5d48f579048a4d0a')
prepare() {
cd $_hkgname-$pkgver
- uusi -u base -u base-compat -u tasty -u vector -u vector-algorithms -d
semigroups $_hkgname.cabal
+ uusi -d semigroups $_hkgname.cabal
gen-setup
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tdigest/-/commit/4913373d8f3842c45552a81a9de3c319fe3a98df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tdigest/-/commit/4913373d8f3842c45552a81a9de3c319fe3a98df
You're receiving this email because of your account on gitlab.archlinux.org.