Codebase list haskell-xss-sanitize / fedddde
haskell-witherable: Add path to Vcs-Git header Jelmer Vernooij 1 year, 2 months ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 haskell-witherable (0.4.2-3) UNRELEASED; urgency=medium
1
2 * Add package path in Vcs-Git header.
3
4 -- Jelmer Vernooij <jelmer@debian.org> Thu, 26 Jan 2023 00:02:38 +0000
5
06 haskell-witherable (0.4.2-2) unstable; urgency=medium
17
28 * Gratuitous post-NEW source upload.
4444 Standards-Version: 4.6.1
4545 Homepage: https://github.com/fumieval/witherable
4646 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-witherable
47 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
47 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-witherable]
4848 X-Description: filterable traversable for Haskell
4949 A stronger variant of `traverse` which can remove elements and generalised
5050 mapMaybe, catMaybes, and filter.