Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-tasty-golden
Commits:
24cdbdca by Felix Yan at 2025-01-04T02:48:21+08:00
upgpkg: 2.3.5-94: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-tasty-golden
pkgdesc = Golden tests support for tasty
pkgver = 2.3.5
- pkgrel = 93
+ pkgrel = 94
url = https://github.com/feuerbach/tasty-golden
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=tasty-golden
pkgname=haskell-tasty-golden
pkgver=2.3.5
-pkgrel=93
+pkgrel=94
pkgdesc="Golden tests support for tasty"
url="https://github.com/feuerbach/tasty-golden"
license=("MIT")
@@ -18,7 +18,7 @@
sha512sums=('e98935654b0df84a5bbfe36d772c0895b4bb50a6fcc30d305261c3845f7c8a5ab0c
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
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tasty-golden/-/commit/24cdbdca114a393746a140847f3eb52658b1c011
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tasty-golden/-/commit/24cdbdca114a393746a140847f3eb52658b1c011
You're receiving this email because of your account on gitlab.archlinux.org.