Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / cabal-fmt
Commits:
b7b28eeb by Felix Yan at 2025-01-04T02:50:35+08:00
upgpkg: 0.1.5.1-123: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cabal-fmt
pkgdesc = Format .cabal files
pkgver = 0.1.5.1
- pkgrel = 122
+ pkgrel = 123
url = https://github.com/phadej/cabal-fmt.git
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=cabal-fmt
pkgver=0.1.5.1
-pkgrel=122
+pkgrel=123
pkgdesc="Format .cabal files"
url="https://github.com/phadej/cabal-fmt.git"
license=("GPL" "BSD")
@@ -27,7 +27,7 @@ prepare() {
build() {
cd $pkgname-$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 \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cabal-fmt/-/commit/b7b28eeb630473b198f3d1286c3895cab019af79
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cabal-fmt/-/commit/b7b28eeb630473b198f3d1286c3895cab019af79
You're receiving this email because of your account on gitlab.archlinux.org.