Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-statistics
Commits:
90aad731 by Felix Yan at 2025-01-01T03:02:12+08:00
upgpkg: 0.16.2.1-47: rebuild with vector-algorithms 0.9.0.3
- - - - -
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.1
- pkgrel = 46
+ pkgrel = 47
url = https://github.com/haskell/statistics
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=statistics
pkgname=haskell-statistics
pkgver=0.16.2.1
-pkgrel=46
+pkgrel=47
pkgdesc="A library of statistical types, data, and functions"
url="https://github.com/haskell/statistics"
license=("BSD")
@@ -22,7 +22,7 @@
sha512sums=('cfc7a0ae07ffa5a41a5887db970719c5bc76391a31bf0942e6a4facb1a8092903da
build() {
cd $_hkgname-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
--enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-statistics/-/commit/90aad731010d6536bfea595145341f294a7ef97c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-statistics/-/commit/90aad731010d6536bfea595145341f294a7ef97c
You're receiving this email because of your account on gitlab.archlinux.org.