Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-streams
Commits: be48428a by Felix Yan at 2023-10-03T09:36:50+03:00 upgpkg: 3.3.2-17: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = haskell-streams + pkgdesc = Various Haskell 2010 stream comonads + pkgver = 3.3.2 + pkgrel = 17 + url = https://github.com/ekmett/streams + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + depends = haskell-adjunctions + depends = haskell-boring + depends = haskell-comonad + depends = haskell-distributive + depends = haskell-semigroupoids + source = https://hackage.haskell.org/packages/archive/streams/3.3.2/streams-3.3.2.tar.gz + sha256sums = ad40bfb17e14b85a0b747db6f586a2b5eb72bc3c42dc8ab036ab873a58a47154 + +pkgname = haskell-streams ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=streams pkgname=haskell-streams pkgver=3.3.2 -pkgrel=16 +pkgrel=17 pkgdesc="Various Haskell 2010 stream comonads" url="https://github.com/ekmett/streams" license=("BSD") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-streams/-/commit/be48428a0921c48d5e95f3d032770bdc66541aa5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-streams/-/commit/be48428a0921c48d5e95f3d032770bdc66541aa5 You're receiving this email because of your account on gitlab.archlinux.org.
