Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-tasty-hedgehog
Commits:
d88465fc by Felix Yan at 2025-01-04T02:57:47+08:00
upgpkg: 1.4.0.1-18: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-tasty-hedgehog
pkgdesc = Integration for tasty and hedgehog
pkgver = 1.4.0.1
- pkgrel = 17
+ pkgrel = 18
url = https://github.com/qfpl/tasty-hedgehog
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=tasty-hedgehog
pkgname=haskell-tasty-hedgehog
pkgver=1.4.0.1
-pkgrel=17
+pkgrel=18
pkgdesc="Integration for tasty and hedgehog"
url="https://github.com/qfpl/tasty-hedgehog"
license=('BSD')
@@ -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-tasty-hedgehog/-/commit/d88465fc9c073f599788180ef4da515aa3272724
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tasty-hedgehog/-/commit/d88465fc9c073f599788180ef4da515aa3272724
You're receiving this email because of your account on gitlab.archlinux.org.