Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-http-client-tls
Commits: b98f502e by Felix Yan at 2023-10-03T09:20:42+03:00 upgpkg: 0.3.6.3-11: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = haskell-http-client-tls + pkgdesc = http-client backend using the connection package and tls library + pkgver = 0.3.6.3 + pkgrel = 11 + url = https://github.com/snoyberg/http-client + arch = x86_64 + license = MIT + makedepends = ghc + makedepends = uusi + makedepends = haskell-hspec + depends = ghc-libs + depends = haskell-case-insensitive + depends = haskell-crypton + depends = haskell-crypton-connection + depends = haskell-data-default-class + depends = haskell-http-client + depends = haskell-http-types + depends = haskell-memory + depends = haskell-network + depends = haskell-network-uri + depends = haskell-tls + source = https://hackage.haskell.org/packages/archive/http-client-tls/0.3.6.3/http-client-tls-0.3.6.3.tar.gz + sha512sums = 2b4475a9fdcfed07512f19af989289d8b8eacc8568392c03839a806327d5b1cd6dfcbc5afe29a0dd3f63d9c93a7043c4fea594b73c46b43db94518dd7a39325f + +pkgname = haskell-http-client-tls ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=http-client-tls pkgname=haskell-http-client-tls pkgver=0.3.6.3 -pkgrel=10 +pkgrel=11 pkgdesc="http-client backend using the connection package and tls library" url="https://github.com/snoyberg/http-client" license=("MIT") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-client-tls/-/commit/b98f502ed42b0b008d66ce64fac0b49b12a41125 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-client-tls/-/commit/b98f502ed42b0b008d66ce64fac0b49b12a41125 You're receiving this email because of your account on gitlab.archlinux.org.
