Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-vec
Commits: 51a244c5 by Felix Yan at 2023-10-03T09:36:58+03:00 upgpkg: 0.5-13: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = haskell-vec + pkgdesc = Vec: length-indexed (sized) list + pkgver = 0.5 + pkgrel = 13 + url = https://github.com/phadej/vec + arch = x86_64 + license = BSD + makedepends = ghc + makedepends = uusi + makedepends = haskell-base-compat + makedepends = haskell-inspection-testing + makedepends = haskell-tagged + depends = ghc-libs + depends = haskell-quickcheck + depends = haskell-adjunctions + depends = haskell-boring + depends = haskell-distributive + depends = haskell-fin + depends = haskell-hashable + depends = haskell-indexed-traversable + depends = haskell-semigroupoids + source = https://hackage.haskell.org/packages/archive/vec/0.5/vec-0.5.tar.gz + sha512sums = b94203a654d7cf4925027daec4c6e2b2d9635bf8ed71ccf0c4bb2b64e8054e629fd7f4405f9a71ef5d78fb6e2f4949829699d5552aff945b9aaa208dae6787aa + +pkgname = haskell-vec ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=vec pkgname=haskell-vec pkgver=0.5 -pkgrel=12 +pkgrel=13 pkgdesc="Vec: length-indexed (sized) list" url="https://github.com/phadej/vec" license=("BSD") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-vec/-/commit/51a244c5ae9fb0c8423aaddfd6114d0a0ec730b1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-vec/-/commit/51a244c5ae9fb0c8423aaddfd6114d0a0ec730b1 You're receiving this email because of your account on gitlab.archlinux.org.
