Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-tasty-discover
Commits:
9d6d1580 by Felix Yan at 2025-01-04T02:58:39+08:00
upgpkg: 5.0.0-69: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-tasty-discover
pkgdesc = Test discovery for the tasty framework
pkgver = 5.0.0
- pkgrel = 68
+ pkgrel = 69
url = https://github.com/haskell-works/tasty-discover
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=tasty-discover
pkgname=haskell-tasty-discover
pkgver=5.0.0
-pkgrel=68
+pkgrel=69
pkgdesc="Test discovery for the tasty framework"
url="https://github.com/haskell-works/tasty-discover"
license=('MIT')
@@ -28,10 +28,10 @@ build() {
export LD_LIBRARY_PATH="$PWD/dist/build"
# Test could be built before executable, so build an executable first
- 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
runhaskell Setup build $MAKEFLAGS
- 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-tasty-discover/-/commit/9d6d1580b227dc927a16e2414fa585e19567bf5a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tasty-discover/-/commit/9d6d1580b227dc927a16e2414fa585e19567bf5a
You're receiving this email because of your account on gitlab.archlinux.org.