Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-recursion-schemes
Commits: 44cdbeba by Felix Yan at 2023-10-03T09:23:04+03:00 upgpkg: 5.2.2.4-21: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = haskell-recursion-schemes + pkgdesc = Representing common recursion patterns as higher-order functions + pkgver = 5.2.2.4 + pkgrel = 21 + url = https://github.com/ekmett/recursion-schemes + arch = x86_64 + license = BSD + makedepends = ghc + makedepends = uusi + makedepends = haskell-hunit + depends = ghc-libs + depends = haskell-base-orphans + depends = haskell-comonad + depends = haskell-data-fix + depends = haskell-free + depends = haskell-th-abstraction + source = https://hackage.haskell.org/packages/archive/recursion-schemes/5.2.2.4/recursion-schemes-5.2.2.4.tar.gz + sha512sums = 7e3a585c339d0dea6261129b439e44bfe305a174c1ef92d16cad5d2c2a5d91cf896bfcb654cf69d6a0acc3c0410bcef60d0b85963d9451a8b30dda92ca490512 + +pkgname = haskell-recursion-schemes ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=recursion-schemes pkgname=haskell-recursion-schemes pkgver=5.2.2.4 -pkgrel=20 +pkgrel=21 pkgdesc="Representing common recursion patterns as higher-order functions" url="https://github.com/ekmett/recursion-schemes" license=('BSD') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-recursion-schemes/-/commit/44cdbeba56204df3f5011c1a47c19fba0b996da8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-recursion-schemes/-/commit/44cdbeba56204df3f5011c1a47c19fba0b996da8 You're receiving this email because of your account on gitlab.archlinux.org.
