Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hsyslog
Commits:
a277af40 by Felix Yan at 2024-02-25T20:58:23+00:00
upgpkg: 5.0.2-2: rebuild with GHC 9.2.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hsyslog
pkgdesc = FFI interface to syslog(3) from POSIX.1-2001
pkgver = 5.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/peti/hsyslog
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=hsyslog
pkgname=haskell-hsyslog
pkgver=5.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="FFI interface to syslog(3) from POSIX.1-2001"
url="https://github.com/peti/hsyslog"
license=("BSD")
@@ -23,7 +23,7 @@ build() {
--ghc-option='-pie' \
-f-install-examples
- 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
@@ -32,7 +32,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-hsyslog/-/commit/a277af40603f91c5e3bac94177b45571d459fae8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hsyslog/-/commit/a277af40603f91c5e3bac94177b45571d459fae8
You're receiving this email because of your account on gitlab.archlinux.org.