dev-haskell/indexed-traversable-instances
More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
ChangeLog
commit 3ebd955daca9080bc9499f2fb3b67b6fcbdd9062
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Aug 7 02:38:34 2024 +1000
dev-haskell/indexed-traversable-instances: Sync KEYWORDS
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit 66517cfd117c310d2abd93ed0471fda7d2353d33
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Aug 6 20:33:16 2024 +1000
dev-haskell/indexed-traversable-instances: bump to 0.1.2
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit 02b0aaa89b5661328e67969f9c44fdfcc6a60460
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Mon Mar 4 19:45:40 2024 +0100
dev-haskell/indexed-traversable-instances: bump cabal rev
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
commit 04a59d7abcccac7e350ae3136b8cbc6a581ddd20
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Apr 29 15:14:21 2023 -0600
dev-haskell/indexed-traversable-instances: add 0.1.1.2, drop 0.1.1.1
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 64f246a0785299366f17868cf844da3f41ec6fa9
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Aug 22 21:50:45 2022 -0600
dev-haskell/indexed-traversable-instances: drop 0.1
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit dc53693a2e4776aa777160001cd7b9d822c02cfc
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Mon Aug 15 06:31:01 2022 +0200
dev-haskell/indexed-traversable-instances: bump up to 0.1.1.1
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit cdd69d28d146609cdecc61ef889998646f4ad4c9
Author: Sergey Alirzaev <l29ah@cock.li>
Date: Fri Mar 26 02:05:45 2021 +0300
dev-haskell/indexed-traversable-instances: new package, lens dependency
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Aug 7 02:38:34 2024 +1000
dev-haskell/indexed-traversable-instances: Sync KEYWORDS
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit 66517cfd117c310d2abd93ed0471fda7d2353d33
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Aug 6 20:33:16 2024 +1000
dev-haskell/indexed-traversable-instances: bump to 0.1.2
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit 02b0aaa89b5661328e67969f9c44fdfcc6a60460
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Mon Mar 4 19:45:40 2024 +0100
dev-haskell/indexed-traversable-instances: bump cabal rev
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
commit 04a59d7abcccac7e350ae3136b8cbc6a581ddd20
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Apr 29 15:14:21 2023 -0600
dev-haskell/indexed-traversable-instances: add 0.1.1.2, drop 0.1.1.1
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 64f246a0785299366f17868cf844da3f41ec6fa9
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Aug 22 21:50:45 2022 -0600
dev-haskell/indexed-traversable-instances: drop 0.1
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit dc53693a2e4776aa777160001cd7b9d822c02cfc
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Mon Aug 15 06:31:01 2022 +0200
dev-haskell/indexed-traversable-instances: bump up to 0.1.1.1
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit cdd69d28d146609cdecc61ef889998646f4ad4c9
Author: Sergey Alirzaev <l29ah@cock.li>
Date: Fri Mar 26 02:05:45 2021 +0300
dev-haskell/indexed-traversable-instances: new package, lens dependency