insert-ordered-containers

Associative containers retaining insertion order for traversals.

https://github.com/phadej/insert-ordered-containers#readme

Version on this page:0.2.4
LTS Haskell 22.14:0.2.5.3@rev:1
Stackage Nightly 2024-03-29:0.2.5.3@rev:1
Latest on Hackage:0.2.5.3@rev:1

See all snapshots insert-ordered-containers appears in

BSD-3-Clause licensed and maintained by Oleg Grenrus
This version can be pinned in stack with:insert-ordered-containers-0.2.4@sha256:aba6b875b0fe8751e68002458dfe30c6c7a08f22100e34da4b4c7517ff128ec8,2356

Module documentation for 0.2.4

insert-ordered-containers

Associative containers retaining insertion order for traversals.

Changes

  • 0.2.4

    • Add indexed-traversable instances
    • lens-5 and optics-0.4 support
  • 0.2.3

    • Add support for indexed optics
    • Only support GHC-8.0+
  • 0.2.2

    • Add Data.HashSet.InsOrd
  • 0.2.1.0

    • Fix Traversable, TraversableWithIndex, FoldableWithIndex to traverse in insertion order (#12)
    • Add unorderedTraverse, unorderedTraverseWithKey, unoderedFoldMap, and unorderedFoldMapWithKey.
    • union doesn’t overflow the internal counter (#10)
  • 0.2.0.0

    • Use aeson-1
    • removed our FromJSONKey and ToJSONKey in favour of aeson variants