Codebase list haskell-diagrams-lib / 163f6b9
haskell-indexed-traversable: Add path to Vcs-Git header Jelmer Vernooij 1 year, 3 months ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 haskell-indexed-traversable (0.1.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:37 +0000
5
06 haskell-indexed-traversable (0.1.2-2) unstable; urgency=medium
17
28 * Gratuitous post-NEW source upload.
1212 Standards-Version: 4.6.1
1313 Homepage: https://hackage.haskell.org/package/indexed-traversable
1414 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-indexed-traversable
15 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
15 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-indexed-traversable]
1616 X-Description: Indexed Traversables for Haskell
1717 This package provides three useful generalizations:
1818 class Functor f => FunctorWithIndex i f | f -> i where