Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-summoner-tui
Commits: 282f4143 by Felix Yan at 2025-01-04T03:47:53+08:00 upgpkg: 2.0.1.1-576: rebuild with inspection-testing 0.6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = haskell-summoner-tui pkgdesc = Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI. pkgver = 2.0.1.1 - pkgrel = 575 + pkgrel = 576 url = https://github.com/kowainik/summoner arch = x86_64 license = MPL2 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=summoner-tui pkgname=haskell-summoner-tui pkgver=2.0.1.1 -pkgrel=575 +pkgrel=576 pkgdesc="Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI." url="https://github.com/kowainik/summoner" license=('MPL2') @@ -28,7 +28,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 \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner-tui/-/commit/282f41430498e66834c38a96a9aa6f6dfadd1202 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner-tui/-/commit/282f41430498e66834c38a96a9aa6f6dfadd1202 You're receiving this email because of your account on gitlab.archlinux.org.