Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-exact-pi
Commits:
18692781 by Felix Yan at 2025-01-04T02:19:34+08:00
upgpkg: 0.5.0.2-67: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-exact-pi
pkgdesc = Exact rational multiples of pi (and integer powers of pi)
pkgver = 0.5.0.2
- pkgrel = 66
+ pkgrel = 67
url = https://github.com/dmcclean/exact-pi/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=exact-pi
pkgname=haskell-exact-pi
pkgver=0.5.0.2
-pkgrel=66
+pkgrel=67
pkgdesc="Exact rational multiples of pi (and integer powers of pi)"
url="https://github.com/dmcclean/exact-pi/"
license=("MIT")
@@ -17,7 +17,7 @@
sha256sums=('441dd2516902f13801c41310fa98ea82f7a946e8ddd2f775b19931f7e91eacf6')
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 \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-exact-pi/-/commit/18692781a1e5cd89b3260a6829921b566470fc4a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-exact-pi/-/commit/18692781a1e5cd89b3260a6829921b566470fc4a
You're receiving this email because of your account on gitlab.archlinux.org.