Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-kan-extensions
Commits: ecf3881c by Felix Yan at 2023-10-03T09:36:53+03:00 upgpkg: 5.2.5-69: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = haskell-kan-extensions + pkgdesc = Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads + pkgver = 5.2.5 + pkgrel = 69 + url = https://github.com/ekmett/kan-extensions/ + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + depends = haskell-adjunctions + depends = haskell-comonad + depends = haskell-contravariant + depends = haskell-distributive + depends = haskell-free + depends = haskell-invariant + depends = haskell-profunctors + depends = haskell-semigroupoids + depends = haskell-tagged + depends = haskell-transformers-compat + source = https://hackage.haskell.org/packages/archive/kan-extensions/5.2.5/kan-extensions-5.2.5.tar.gz + sha512sums = 70303f23e4935ca662f5e094a0ab9c18997c5ff2896bbbe1c8f7d994002f75176457757ad8d4647699ea1cc28701c75cb10cb4fcbe81d8c2f3c71cf28244ca9c + +pkgname = haskell-kan-extensions ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=kan-extensions pkgname=haskell-kan-extensions pkgver=5.2.5 -pkgrel=68 +pkgrel=69 pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads" url="https://github.com/ekmett/kan-extensions/" license=("BSD") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-kan-extensions/-/commit/ecf3881cd31a6c85112b0d0149592103c8193a54 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-kan-extensions/-/commit/ecf3881cd31a6c85112b0d0149592103c8193a54 You're receiving this email because of your account on gitlab.archlinux.org.
