Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-graphviz
Commits:
1754427b by Felix Yan at 2025-01-04T02:37:58+08:00
upgpkg: 2999.20.2.0-9: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-graphviz
pkgdesc = Bindings to Graphviz for graph visualisation.
pkgver = 2999.20.2.0
- pkgrel = 8
+ pkgrel = 9
url = https://gitlab.com/daniel-casanueva/haskell/graphviz
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=graphviz
pkgname=haskell-graphviz
pkgver=2999.20.2.0
-pkgrel=8
+pkgrel=9
pkgdesc="Bindings to Graphviz for graph visualisation."
url="https://gitlab.com/daniel-casanueva/haskell/graphviz"
license=("BSD-3-Clause")
@@ -25,7 +25,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 \
-f-test-parsing
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-graphviz/-/commit/1754427b75e469a02eb9a921f5a32d58c5fea870
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-graphviz/-/commit/1754427b75e469a02eb9a921f5a32d58c5fea870
You're receiving this email because of your account on gitlab.archlinux.org.