Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-genvalidity-property
Commits:
e5580c4c by Felix Yan at 2025-01-04T02:36:43+08:00
upgpkg: 1.0.0.0-97: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-genvalidity-property
pkgdesc = Standard properties for functions on Validity types
pkgver = 1.0.0.0
- pkgrel = 96
+ pkgrel = 97
url = https://github.com/NorfairKing/validity
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=genvalidity-property
pkgname=haskell-genvalidity-property
pkgver=1.0.0.0
-pkgrel=96
+pkgrel=97
pkgdesc="Standard properties for functions on Validity types"
url="https://github.com/NorfairKing/validity"
license=('MIT')
@@ -22,7 +22,7 @@ prepare() {
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-genvalidity-property/-/commit/e5580c4c938625ca89900634b64b73eed09e33b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-genvalidity-property/-/commit/e5580c4c938625ca89900634b64b73eed09e33b5
You're receiving this email because of your account on gitlab.archlinux.org.