Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-indexed-traversable | Distribution: openSUSE Tumbleweed |
Version: 0.1.4 | Vendor: openSUSE |
Release: 1.5 | Build date: Thu May 16 09:59:00 2024 |
Group: Unspecified | Build host: reproducible |
Size: 396724 | Source RPM: ghc-indexed-traversable-0.1.4-1.5.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/indexed-traversable | |
Summary: FunctorWithIndex, FoldableWithIndex, TraversableWithIndex |
This package provides three useful generalizations: ' class Functor f => FunctorWithIndex i f | f -> i where imap :: (i -> a -> b) -> f a -> f b ' ' class Foldable f => FoldableWithIndex i f | f -> i where ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m ' ' class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b) ' This package contains instances for types in GHC boot libraries. For some additional instances see [indexed-traversable-instances](https://hackage.haskell.org/package/indexed-traversable-instances). The [keys](https://hackage.haskell.org/package/keys) package provides similar functionality, but uses (associated) 'TypeFamilies' instead of 'FunctionalDependencies'.
BSD-2-Clause
* Thu May 16 2024 Peter Simons <psimons@suse.com> - Update indexed-traversable to version 0.1.4. [#] 0.1.4 [2024-05-dd] - Drop support for GHCs prior 8.6.5 * Thu Nov 16 2023 Peter Simons <psimons@suse.com> - Drop obsolete dependency on foldable1-classes-compat. * Wed Oct 04 2023 Peter Simons <psimons@suse.com> - Update indexed-traversable to version 0.1.3. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/indexed-traversable-0.1.3/src/Changelog.md * Thu Mar 30 2023 Peter Simons <psimons@suse.com> - Updated spec file to conform with ghc-rpm-macros-2.5.2. * Sun Mar 12 2023 Peter Simons <psimons@suse.com> - Update indexed-traversable to version 0.1.2.1. [#] 0.1.2.1 [2022-12-28] - TraversableWithIndex [] doesn't use `zip [0..]` idiom anymore. https://gitlab.haskell.org/ghc/ghc/-/issues/22673 * Wed Aug 10 2022 Peter Simons <psimons@suse.com> - Update indexed-traversable to version 0.1.2 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Tue Nov 16 2021 psimons@suse.com - Update indexed-traversable to version 0.1.2 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Mon Nov 01 2021 psimons@suse.com - Update indexed-traversable to version 0.1.2. [#] 0.1.2 [2021-10-30] - Changed `(<$>)` + `(<*>)` to `liftA2` to potentially avoid extra `fmap`. - Add `(#..)`, coercive composition after a 2-parameter function. - Switched references to lens 'Of'- functions to base functions. Thanks to wygulmage for contributions. * Wed Jul 28 2021 psimons@suse.com - Update indexed-traversable to version 0.1.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Sun Dec 27 2020 psimons@suse.com - Update indexed-traversable to version 0.1.1. [#] 0.1.1 [2020-12-27] - Mark all modules as `Safe`. See https://gitlab.haskell.org/ghc/ghc/-/issues/19127
/usr/lib64/ghc-9.10.1/lib/libHSindexed-traversable-0.1.4-7SFpztfFvSYEOEjrTNgwXn-ghc9.10.1.so /usr/share/licenses/ghc-indexed-traversable /usr/share/licenses/ghc-indexed-traversable/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 01:37:12 2025