Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-linear-base
Commits:
5311f914 by Felix Yan at 2025-01-04T02:58:51+08:00
upgpkg: 0.3.0-72: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-linear-base
pkgdesc = Standard library for linear types
pkgver = 0.3.0
- pkgrel = 71
+ pkgrel = 72
url = https://github.com/tweag/linear-base
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=linear-base
pkgname=haskell-linear-base
pkgver=0.3.0
-pkgrel=71
+pkgrel=72
pkgdesc="Standard library for linear types"
url="https://github.com/tweag/linear-base"
license=("MIT")
@@ -19,7 +19,7 @@
sha256sums=('65e4dafd21f5e2bc709cd65526e09090f348b594814f1068dd68aba48cd0302c')
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-linear-base/-/commit/5311f914bf334ca606c56ebbf080345566bc638d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-linear-base/-/commit/5311f914bf334ca606c56ebbf080345566bc638d
You're receiving this email because of your account on gitlab.archlinux.org.