Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-http-streams
Commits: ea25900a by Felix Yan at 2024-12-30T04:06:56+08:00 upgpkg: 0.8.9.9-68: rebuild with system-fileio 0.3.16.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = haskell-http-streams pkgdesc = An HTTP client using io-streams pkgver = 0.8.9.9 - pkgrel = 67 + pkgrel = 68 url = https://github.com/aesiniath/http-streams arch = x86_64 license = BSD ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=http-streams pkgname=haskell-http-streams pkgver=0.8.9.9 -pkgrel=67 +pkgrel=68 pkgdesc="An HTTP client using io-streams" url="https://github.com/aesiniath/http-streams" license=('BSD') @@ -28,7 +28,7 @@ build() { _opts=('--disable-tests') fi - 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 "${_opts[@]}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build $MAKEFLAGS View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-streams/-/commit/ea25900ac618b425f92b2870dae6b4e49d3228d2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-streams/-/commit/ea25900ac618b425f92b2870dae6b4e49d3228d2 You're receiving this email because of your account on gitlab.archlinux.org.