Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-wreq
Commits:
c7ab78c1 by Felix Yan at 2024-12-30T04:10:15+08:00
upgpkg: 0.5.4.3-37: rebuild with system-fileio 0.3.16.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-wreq
pkgdesc = An easy-to-use HTTP client library.
pkgver = 0.5.4.3
- pkgrel = 36
+ pkgrel = 37
url = https://github.com/bos/wreq
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=wreq
pkgname=haskell-wreq
pkgver=0.5.4.3
-pkgrel=36
+pkgrel=37
pkgdesc="An easy-to-use HTTP client library."
url="https://github.com/bos/wreq"
license=('BSD')
@@ -30,7 +30,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 \
-fdoctest -f-aws -fhttpbin -f-developer
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wreq/-/commit/c7ab78c1843724748709a30de3b72de3332101f2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wreq/-/commit/c7ab78c1843724748709a30de3b72de3332101f2
You're receiving this email because of your account on gitlab.archlinux.org.