File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for [ ` containers ` package] ( http://github.com/haskell/containers )
2
2
3
- ## [ 0.6.4.1]
3
+ ## 0.6.5.1
4
+
5
+ ### Bug fixes
6
+
7
+ * ` foldr' ` and ` foldl' ` for ` Map ` and ` Set ` are now strict everywhere they
8
+ should be, and we have detailed tests to make sure they stay that way.
9
+ (Thanks, coot.)
10
+
11
+ * The ` Ord IntSet ` instance, which was broken in the last version, has been
12
+ repaired.
13
+
14
+ ### New instance
15
+
16
+ * We now have ` Ord a => Ord (Tree a) ` (Thanks, Ericson2314.)
17
+
18
+ ### Testing fixes
19
+
20
+ * Thanks to konsumlamm and infinity0 for various bug fixes in the test suite.
21
+
22
+ ## 0.6.4.1
4
23
5
24
### Bug fixes
6
25
Original file line number Diff line number Diff line change 1
1
name : containers
2
- version : 0.6.4 .1
2
+ version : 0.6.5 .1
3
3
license : BSD3
4
4
license-file : LICENSE
5
5
maintainer : libraries@haskell.org
You can’t perform that action at this time.
0 commit comments