Changelog for trie-simple-0.4.4
0.4.4
- (#7)
Adds
Data.Trie.Map.lookupPrefixesfunction
0.4.3
- No changes to the library itself
- Migrates the benchmark framework from
gaugetotasty-bench
0.4.2
-
Compatibility changes
- Drops GHC older than 8.10 ("base-4.14")
-
API changes
- Addition of
Data.Trie.Map.fromListWithandData.Trie.Map.fromAscListWith - The behavior of
Data.Trie.Map.appendWithis fully specified now.
- Addition of
-
Additional instances
Eq1, Eq2, Ord1, Ord2, Show1, Show2from "base"IsListfrom "base" (forOverloadedListsGHC extension)Hashable, Hashable1, Hashable2from "hashable"FunctorWithIndex, FoldableWithIndex, TraversableWithIndexfrom "indexed-traversable"Filterable(WithIndex), Witherable(WithIndex)from "witherable"Semialign, Align, Zipfrom "semialign"Matchablefrom "matchable"
0.4.1.1
- Initial release.