Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-wai-websockets
Commits: e32f07da by Felix Yan at 2023-10-03T09:22:00+03:00 upgpkg: 3.0.1.2-428: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = haskell-wai-websockets + pkgdesc = Provide a bridge between WAI and the websockets package. + pkgver = 3.0.1.2 + pkgrel = 428 + url = https://github.com/yesodweb/wai + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + depends = haskell-case-insensitive + depends = haskell-http-types + depends = haskell-network + depends = haskell-wai + depends = haskell-websockets + source = https://hackage.haskell.org/packages/archive/wai-websockets/3.0.1.2/wai-websockets-3.0.1.2.tar.gz + sha512sums = c3415d1a36ca2f063fb1ae0ff7d3d9d271d8ff2c6099a754baed45f1c36f24cf1fa346e8e6403499cbeb329bcdf89326a9ed95f8e60111b4a879f5e51967ecc0 + +pkgname = haskell-wai-websockets ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=wai-websockets pkgname=haskell-wai-websockets pkgver=3.0.1.2 -pkgrel=427 +pkgrel=428 pkgdesc="Provide a bridge between WAI and the websockets package." url="https://github.com/yesodweb/wai" license=("MIT") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-websockets/-/commit/e32f07da4a21145f4058d5d7dd344e4ab97f80db -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-websockets/-/commit/e32f07da4a21145f4058d5d7dd344e4ab97f80db You're receiving this email because of your account on gitlab.archlinux.org.
