Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-doctest
Commits:
95fe27ab by Felix Yan at 2025-01-04T01:32:12+08:00
upgpkg: 0.20.1-89: rebuild with inspection-testing 0.6 (rebuild pass 1,
specified --nocheck)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-doctest
pkgdesc = Test interactive Haskell examples
pkgver = 0.20.1
- pkgrel = 88
+ pkgrel = 89
url = https://github.com/sol/doctest
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=doctest
pkgname=haskell-doctest
pkgver=0.20.1
-pkgrel=88
+pkgrel=89
pkgdesc="Test interactive Haskell examples"
url="https://github.com/sol/doctest"
license=("MIT")
@@ -33,7 +33,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-doctest/-/commit/95fe27abbc0a8573fdd20d9d367f65c173055a41
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-doctest/-/commit/95fe27abbc0a8573fdd20d9d367f65c173055a41
You're receiving this email because of your account on gitlab.archlinux.org.