Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-tls
Commits:
97205848 by Felix Yan at 2025-01-04T03:00:56+08:00
upgpkg: 1.8.0-36: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-tls
pkgdesc = TLS/SSL protocol native implementation (Server and Client)
pkgver = 1.8.0
- pkgrel = 35
+ pkgrel = 36
url = https://github.com/haskell-tls/hs-tls
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=tls
pkgname=haskell-tls
pkgver=1.8.0
-pkgrel=35
+pkgrel=36
pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
url="https://github.com/haskell-tls/hs-tls"
license=("BSD")
@@ -21,7 +21,7 @@
sha512sums=('23463ebbe331e02ed3b8d9c5a4e7dccc0b921898709c600e4a0a7b50575029c00dd
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-hans -fnetwork -fcompat
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tls/-/commit/97205848c31dc36abb1f84f9f301dc66dc26ac0d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tls/-/commit/97205848c31dc36abb1f84f9f301dc66dc26ac0d
You're receiving this email because of your account on gitlab.archlinux.org.