Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ci
Commits:
ec023a70 by Felix Yan at 2025-01-04T05:52:01+08:00
upgpkg: 0.14.3-36: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-ci
pkgdesc = Cabal package script generator for Travis-CI
pkgver = 0.14.3
- pkgrel = 35
+ pkgrel = 36
url = https://haskell-ci.rtfd.org/
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=haskell-ci
pkgname=haskell-ci
pkgver=0.14.3
-pkgrel=35
+pkgrel=36
pkgdesc="Cabal package script generator for Travis-CI"
url="https://haskell-ci.rtfd.org/"
license=("GPL")
@@ -27,7 +27,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-ci/-/commit/ec023a7088d272116adffc2be2e2df685bbbfbb4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ci/-/commit/ec023a7088d272116adffc2be2e2df685bbbfbb4
You're receiving this email because of your account on gitlab.archlinux.org.