Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hookup
Commits:
964c827e by Felix Yan at 2025-01-04T02:48:54+08:00
upgpkg: 0.8-18: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hookup
pkgdesc = Abstraction over creating network connections with SOCKS5 and
TLS
pkgver = 0.8
- pkgrel = 17
+ pkgrel = 18
url = https://github.com/glguy/irc-core
arch = x86_64
license = ISC
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=hookup
pkgname=haskell-hookup
pkgver=0.8
-pkgrel=17
+pkgrel=18
pkgdesc="Abstraction over creating network connections with SOCKS5 and TLS"
url="https://github.com/glguy/irc-core"
license=("ISC")
@@ -17,7 +17,7 @@
sha256sums=('153b85383f8aea86340683ea5159145ad8a9d5b32ccf60cfa643af15ce9a15dd')
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-hookup/-/commit/964c827e040181d99c6203482f03ee7483f93b8d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hookup/-/commit/964c827e040181d99c6203482f03ee7483f93b8d
You're receiving this email because of your account on gitlab.archlinux.org.