Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hslogger
Commits:
e16cc34f by Felix Yan at 2025-01-04T02:33:45+08:00
upgpkg: 1.3.1.1-5: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hslogger
pkgdesc = Versatile logging framework
pkgver = 1.3.1.1
- pkgrel = 4
+ pkgrel = 5
url = https://hackage.haskell.org/package/hslogger
arch = x86_64
license = LGPL
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=haskell-hslogger
pkgver=1.3.1.1
-pkgrel=4
+pkgrel=5
pkgdesc="Versatile logging framework"
url="https://hackage.haskell.org/package/hslogger"
license=('LGPL')
@@ -16,7 +16,7 @@
sha512sums=('b1ac3b378600b179c96fa4ec84daaf2edf58cc83830cfa8a3bce062a38e8e46790d
build() {
cd "${srcdir}/hslogger-${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-hslogger/-/commit/e16cc34f30c2cbb9165658a0d489ee665b6bb8e4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hslogger/-/commit/e16cc34f30c2cbb9165658a0d489ee665b6bb8e4
You're receiving this email because of your account on gitlab.archlinux.org.