Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hspec-discover
Commits:
49c5d122 by Felix Yan at 2025-01-04T01:27:24+08:00
upgpkg: 2.10.9-62: rebuild with inspection-testing 0.6 (rebuild pass 1,
specified --nocheck)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hspec-discover
pkgdesc = Automatically discover and run Hspec tests
pkgver = 2.10.9
- pkgrel = 61
+ pkgrel = 62
url = https://hspec.github.io/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=hspec-discover
pkgname=haskell-hspec-discover
pkgver=2.10.9
-pkgrel=61
+pkgrel=62
pkgdesc="Automatically discover and run Hspec tests"
url="https://hspec.github.io/"
license=('MIT')
@@ -23,7 +23,7 @@ build() {
_opts=('--disable-tests')
fi
- 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
"${_opts[@]}" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec-discover/-/commit/49c5d12262a4f218562e5dfb57a6a3a1465604b9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec-discover/-/commit/49c5d12262a4f218562e5dfb57a6a3a1465604b9
You're receiving this email because of your account on gitlab.archlinux.org.