Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-http-conduit
Commits:
d82fdc38 by Felix Yan at 2025-10-05T14:42:24+08:00
upgpkg: 2.3.9.1-178: rebuild with http2 5.1.0, http3 0.0.9, mighttpd2 4.0.4,
wai-app-file-cgi 3.1.11, warp 3.4.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = haskell-http-conduit
pkgdesc = HTTP client package with conduit interface and HTTPS support
pkgver = 2.3.9.1
- pkgrel = 177
+ pkgrel = 178
url = https://www.yesodweb.com/book/http-conduit
arch = x86_64
license = BSD
makedepends = ghc
+ makedepends = uusi
makedepends = haskell-blaze-builder
makedepends = haskell-case-insensitive
makedepends = haskell-cookie
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=http-conduit
pkgname=haskell-http-conduit
pkgver=2.3.9.1
-pkgrel=177
+pkgrel=178
pkgdesc="HTTP client package with conduit interface and HTTPS support"
url="https://www.yesodweb.com/book/http-conduit"
license=("BSD")
@@ -12,7 +12,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec'
'haskell-attoparsec-aeson'
'haskell-conduit' 'haskell-conduit-extra' 'haskell-http-client'
'haskell-http-client-tls'
'haskell-http-types' 'haskell-resourcet' 'haskell-unliftio-core')
-makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive'
'haskell-cookie'
+makedepends=('ghc' 'uusi' 'haskell-blaze-builder' 'haskell-case-insensitive'
'haskell-cookie'
'haskell-crypton-connection' 'haskell-data-default'
'haskell-hunit' 'haskell-hspec'
'haskell-lifted-base' 'haskell-network'
'haskell-streaming-commons'
'haskell-temporary' 'haskell-unliftio' 'haskell-utf8-string'
'haskell-wai'
@@ -20,6 +20,11 @@ makedepends=('ghc' 'haskell-blaze-builder'
'haskell-case-insensitive' 'haskell-c
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('576044a8655c7d8023b039dec072ee90873f818daaa06aa4ecf77b17af34e5b4ff2efafcd36de7b292be3b310e1765d265a28d5ffa9fce0c3caa7fc3423c3096')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u warp
+}
+
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-conduit/-/commit/d82fdc38f58ddaa011a3fa993cb55a39a808a0dc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-conduit/-/commit/d82fdc38f58ddaa011a3fa993cb55a39a808a0dc
You're receiving this email because of your account on gitlab.archlinux.org.