containers 0.6.4.1
Bug fixes
- Replace value-forcing variants of
composewith lazy variants.- This brings
composecloser in line with functions likeunionandintersectionwhich don't evaluate any map values. (Thanks, Simon Jakobi)
- This brings
Additions
-
Add
reverseTopSorttoData.Graph(Thanks, James Parker) -
Expose
traverseMaybeWithKeyfromData.IntMap.{Lazy,Strict}(Thanks, Simon
Jakobi)
Other changes
-
Improvements to the testsuite: #663, #662 (Thanks, Bertram Felgenhauer)
-
Fix build with
stack test(Thanks, Simon Jakobi)