|
5 | 5 | A modern Wadler/Leijen Prettyprinter |
6 | 6 | ==================================== |
7 | 7 |
|
8 | | -[](https://travis-ci.org/quchen/prettyprinter) |
9 | | -[](https://hackage.haskell.org/package/prettyprinter) [](https://www.stackage.org/package/prettyprinter) [](https://www.stackage.org/package/prettyprinter) |
| 8 | +[](https://travis-ci.org/quchen/prettyprinter) |
| 9 | +[](https://hackage.haskell.org/package/prettyprinter) |
| 10 | +[](https://www.stackage.org/package/prettyprinter) |
| 11 | +[](https://www.stackage.org/package/prettyprinter) |
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
@@ -181,9 +183,9 @@ The most significant changes are: |
181 | 183 | 6. SimpleDoc was renamed `SimpleDocStream`, to contrast the new |
182 | 184 | `SimpleDocTree`. |
183 | 185 | 7. In the ANSI backend, instead of providing an own colorization function for |
184 | | - each color/intensity/layer combination, they have been combined in /color/ |
185 | | - /colorDull/, /bgColor/, and /bgColorDull/ functions, which can be found in |
186 | | - the ANSI terminal specific @prettyprinter-ansi-terminal@ package. |
| 186 | + each color/intensity/layer combination, they have been combined in `color`, |
| 187 | + `colorDull`, `bgColor`, and `bgColorDull` functions, which can be found in |
| 188 | + the ANSI terminal specific `prettyprinter-ansi-terminal` package. |
187 | 189 |
|
188 | 190 |
|
189 | 191 |
|
|
0 commit comments