Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-ral
Commits: dfe46e09 by Felix Yan at 2023-10-03T09:37:22+03:00 upgpkg: 0.2.1-119: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = haskell-ral + pkgdesc = Random access lists + pkgver = 0.2.1 + pkgrel = 119 + url = https://github.com/phadej/vec + arch = x86_64 + license = GPL + makedepends = ghc + makedepends = uusi + depends = ghc-libs + depends = haskell-quickcheck + depends = haskell-adjunctions + depends = haskell-bin + 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/ral/0.2.1/ral-0.2.1.tar.gz + sha512sums = 142edccb920b30ea7a98f45b326818e18b3f6e223d980c82f972f882e580aff8c1fbff5619ea43f8e410b193adce31c8bfbcb448be32b4e523646eddb775c717 + +pkgname = haskell-ral ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=ral pkgname=haskell-ral pkgver=0.2.1 -pkgrel=118 +pkgrel=119 pkgdesc="Random access lists" url="https://github.com/phadej/vec" license=("GPL") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ral/-/commit/dfe46e09f58e5bb4867c011cca53b3d6937c07ef -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ral/-/commit/dfe46e09f58e5bb4867c011cca53b3d6937c07ef You're receiving this email because of your account on gitlab.archlinux.org.
