File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 11## 0.2.9.0
22
3- * Add ` Ord/Ord1/Ord2 ` instances.
4-
5- * Remove support for GHC versions before 7.8. (Thanks, Dmitry Ivanov)
3+ * Add ` Ord/Ord1/Ord2 ` instances. (Thanks, Oleg Grenrus)
64
75 * Use ` SmallArray# ` instead of ` Array# ` for GHC versions 7.10 and above.
86 (Thanks, Dmitry Ivanov)
97
108 * Adjust for ` Semigroup => Monoid ` proposal implementation.
9+ (Thanks, Ryan Scott)
10+
11+ ### Bug fixes
12+
13+ * Fix a strictness bug in ` fromListWith ` .
14+
15+ * Enable eager blackholing for pre-8.2 GHC versions to work around
16+ a runtime system bug. (Thanks, Ben Gamari)
17+
18+ * Avoid sketchy reimplementation of ` ST ` when compiling with recent
19+ GHC.
20+
21+ ### Other changes
22+
23+ * Remove support for GHC versions before 7.8. (Thanks, Dmitry Ivanov)
24+
25+ * Add internal documentaton. (Thanks, Johan Tibell)
1126
1227## 0.2.8.0
1328
You can’t perform that action at this time.
0 commit comments