Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-sayable
Commits:
a8a93195 by Felix Yan at 2025-07-29T00:45:38+08:00
upgpkg: 1.2.5.0-2: rebuild with hedgehog 1.4, tasty-hedgehog 1.4.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-sayable
pkgdesc = Construction of context-adjusted pretty output
pkgver = 1.2.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kquick/sayable
arch = x86_64
license = ISC
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=sayable
pkgname=haskell-sayable
pkgver=1.2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Construction of context-adjusted pretty output"
url="https://github.com/kquick/sayable"
license=("ISC")
@@ -21,13 +21,13 @@ prepare() {
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 \
--ghc-option='-pie'
- runhaskell Setup build
+ runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -36,7 +36,7 @@ build() {
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-sayable/-/commit/a8a931958732b4a3efc8060d863c11e522f9bd0b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-sayable/-/commit/a8a931958732b4a3efc8060d863c11e522f9bd0b
You're receiving this email because of your account on gitlab.archlinux.org.