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 1
1
## 0.2.9.0
2
2
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)
6
4
7
5
* Use ` SmallArray# ` instead of ` Array# ` for GHC versions 7.10 and above.
8
6
(Thanks, Dmitry Ivanov)
9
7
10
8
* 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)
11
26
12
27
## 0.2.8.0
13
28
You can’t perform that action at this time.
0 commit comments