Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-double-conversion
Commits:
912e4320 by Felix Yan at 2025-01-04T02:19:21+08:00
upgpkg: 2.0.5.0-11: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-double-conversion
pkgdesc = Fast conversion between single and double precision floating
point and text
pkgver = 2.0.5.0
- pkgrel = 10
+ pkgrel = 11
url = https://github.com/haskell/double-conversion
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=double-conversion
pkgname=haskell-double-conversion
pkgver=2.0.5.0
-pkgrel=10
+pkgrel=11
pkgdesc="Fast conversion between single and double precision floating point
and text"
url="https://github.com/haskell/double-conversion"
license=('MIT')
@@ -17,7 +17,7 @@
sha512sums=('2f5e6f5586330685770a024b91f31d1328c8897d09555609fc20ecba5bd72e3b856
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 \
-f-embedded_double_conversion
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-double-conversion/-/commit/912e4320fca56634c9d6d875d444d74b56507552
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-double-conversion/-/commit/912e4320fca56634c9d6d875d444d74b56507552
You're receiving this email because of your account on gitlab.archlinux.org.