insert-ordered-containers: Associative containers retaining insertion order for traversals.

[ bsd3, library, web ] [ Propose Tags ]

Associative containers retaining insertion order for traversals.

The implementation is based on `unordered-containers`.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0, 0.2.2, 0.2.3, 0.2.3.1, 0.2.4, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.5.3
Change log CHANGELOG.md
Dependencies aeson (>=1.4.2.0 && <1.6 || >=2.0.0.0 && <2.3), base (>=4.9 && <4.20), deepseq (>=1.4.2.0 && <1.6), hashable (>=1.2.6.1 && <1.5), indexed-traversable (>=0.1.1 && <0.2), lens (>=4.17 && <5.3), optics-core (>=0.2 && <0.5), optics-extra (>=0.2 && <0.5), semigroupoids (>=5.3.2 && <6.1), text (>=1.2.3.0 && <1.3 || >=2.0 && <2.2), transformers (>=0.5.2.0 && <0.7), unordered-containers (>=0.2.14.0 && <0.3) [details]
License BSD-3-Clause
Author Oleg Grenrus <oleg.grenrus@iki.fi>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Revised Revision 1 made by phadej at 2023-11-17T18:34:04Z
Category Web
Home page https://github.com/phadej/insert-ordered-containers#readme
Bug tracker https://github.com/phadej/insert-ordered-containers/issues
Source repo head: git clone https://github.com/phadej/insert-ordered-containers
Uploaded by phadej at 2023-07-09T13:52:48Z
Distributions Arch:0.2.5.3, LTSHaskell:0.2.5.3, NixOS:0.2.5.3, Stackage:0.2.5.3
Reverse Dependencies 31 direct, 121 indirect [details]
Downloads 27590 total (197 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-07-09 [all 1 reports]

Readme for insert-ordered-containers-0.2.5.3

[back to package description]

insert-ordered-containers

Associative containers retaining insertion order for traversals.