|
55 | 55 | * `NECyclicSCC (NonEmpty v)` is a new constructor, maintaining an invariant
|
56 | 56 | that a set of mutually reachable vertices is non-empty.
|
57 | 57 |
|
| 58 | +## 0.6.8 |
| 59 | + |
58 | 60 | ### Additions
|
59 | 61 |
|
60 | 62 | * Add `Data.IntSet.fromRange`. (Soumik Sarkar)
|
|
129 | 131 |
|
130 | 132 | ## 0.6.6
|
131 | 133 |
|
132 |
| -* Drop support for GHC versions before 8.0.2. |
| 134 | +### Additions |
| 135 | + |
| 136 | +* Add `Lift` instances for use with Template Haskell. Specifically: |
| 137 | + `Seq`, `ViewL`, and `ViewR` (in `Data.Sequence`), `Map`, `Set`, |
| 138 | + `IntMap`, `IntSet`, `Tree`, and `SCC` (in `Data.Graph`). (David Feuer) |
| 139 | + |
| 140 | +* Add `argSet` and `fromArgSet` for `Data.Map`. (jwaldmann) |
| 141 | + |
| 142 | +### Performance improvements |
| 143 | + |
| 144 | +* Remove short-circuiting from certain `IntMap` functions to improve |
| 145 | + performance for successful lookups. (Callan McGill) |
| 146 | + |
| 147 | +### Other changes |
| 148 | + |
| 149 | +* Drop support for GHC versions before 8.0.2. (David Feuer) |
| 150 | + |
| 151 | +* Various documentation improvements. (Will Hawkins, Eric Lindblad, konsumlamm, |
| 152 | + Joseph C. Sible) |
| 153 | + |
| 154 | +### Miscellaneous/internal |
133 | 155 |
|
134 | 156 | * Bump Cabal version for tests, and use `common` clauses to reduce
|
135 |
| - duplication. |
| 157 | + duplication. (David Feuer) |
136 | 158 |
|
137 |
| -### New instances |
| 159 | +* Migrate from test-framework to tasty. (Bodigrim) |
138 | 160 |
|
139 |
| -* Add `Lift` instances for use with Template Haskell. Specifically: |
140 |
| - `Seq`, `ViewL`, and `ViewR` (in `Data.Sequence`), `Map`, `Set`, |
141 |
| - `IntMap`, `IntSet`, `Tree`, and `SCC` (in `Data.Graph`). |
| 161 | +* Migrate from gauge to tasty-bench. (Bodigrim) |
| 162 | + |
| 163 | +* Enable `TypeOperators` to address a future GHC requirement. |
| 164 | + (Vladislav Zavialov) |
| 165 | + |
| 166 | +* Work around an issue with unboxed arrays on big-endian systems. |
| 167 | + (Peter Trommler) |
142 | 168 |
|
143 | 169 | ## 0.6.5.1
|
144 | 170 |
|
|
0 commit comments