|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -- 0.15.0.0 (2024-04-13) |
4 | | - * #480 Support with GHC 9.10 (By Jan Hrček) |
| 3 | +- 0.15.0.1 (2025-04-13) |
| 4 | + * #493 Support Cabal 3.12 again (By GuillaumedeVolpiano) |
5 | 5 |
|
6 | | - * #482 Add `ConfigSearchStrategy` to allow avoiding `getCurrentDirectory` |
7 | | - when loading config (by Jan Hrček) |
| 6 | +- 0.15.0.0 (2025-04-13) |
| 7 | + * #480 Support with GHC 9.10 (By Jan Hrček) |
8 | 8 |
|
9 | | - This is breaking API change that can be fixed like this: |
| 9 | + * #482 Add `ConfigSearchStrategy` to allow avoiding `getCurrentDirectory` |
| 10 | + when loading config (by Jan Hrček) |
10 | 11 |
|
11 | | - ```diff |
12 | | - -format Nothing maybeFile contents |
13 | | - +format SearchFromCurrentDirectory maybeFile contents |
| 12 | + This is breaking API change that can be fixed like this: |
14 | 13 |
|
15 | | - -format (Just cfgFile) maybeFile content |
16 | | - +format (UseConfig cfgFile) maybeFile content |
17 | | - ``` |
| 14 | + ```diff |
| 15 | + -format Nothing maybeFile contents |
| 16 | + +format SearchFromCurrentDirectory maybeFile contents |
18 | 17 |
|
19 | | - * Bump `Cabal` lower bound to 3.14 |
| 18 | + -format (Just cfgFile) maybeFile content |
| 19 | + +format (UseConfig cfgFile) maybeFile content |
| 20 | + ``` |
| 21 | + |
| 22 | + * Bump `Cabal` lower bound to 3.14 |
20 | 23 |
|
21 | 24 | - 0.14.6.0 (2024-01-19) |
22 | | - * #471 Support GHC 9.8 (by Michael Peyton Jones) |
23 | | - * #440 Fix dissappearing `DEPRECATED` pragma on module (by Lev Dvorkin) |
24 | | - * #464 Fix compilation issue with GHC 9.4 |
| 25 | + * #471 Support GHC 9.8 (by Michael Peyton Jones) |
| 26 | + * #440 Fix dissappearing `DEPRECATED` pragma on module (by Lev Dvorkin) |
| 27 | + * #464 Fix compilation issue with GHC 9.4 |
25 | 28 |
|
26 | 29 | - 0.14.5.0 (2023-06-23) |
27 | | - * #459 Support GHC 9.6 (by Michael Peyton Jones) |
28 | | - * #445 Default `ghc-lib` flag to True (by amesgen) |
| 30 | + * #459 Support GHC 9.6 (by Michael Peyton Jones) |
| 31 | + * #445 Default `ghc-lib` flag to True (by amesgen) |
29 | 32 |
|
30 | 33 | - 0.14.4.0 (2023-01-09) |
31 | | - * #421 Support GHC 9.4 (by Lei Zhu) |
32 | | - * #439 Fix NoXyz extension issues for .cabal files (by Lev Dvorkin) |
33 | | - * #424 Deriving alignment for enums (by Lev Dvorkin) |
34 | | - * #416 Support Safe/Trustworthy/Unsafe extensions |
| 34 | + * #421 Support GHC 9.4 (by Lei Zhu) |
| 35 | + * #439 Fix NoXyz extension issues for .cabal files (by Lev Dvorkin) |
| 36 | + * #424 Deriving alignment for enums (by Lev Dvorkin) |
| 37 | + * #416 Support Safe/Trustworthy/Unsafe extensions |
35 | 38 |
|
36 | 39 | - 0.14.3.0 (2022-09-28) |
37 | | - * Fix parsing of NoXyz extensions |
38 | | - * Bump `Cabal` upper bound to 4.0 |
39 | | - * Add option to automatically group imports (by Tikhon Jelvis) |
| 40 | + * Fix parsing of NoXyz extensions |
| 41 | + * Bump `Cabal` upper bound to 4.0 |
| 42 | + * Add option to automatically group imports (by Tikhon Jelvis) |
40 | 43 |
|
41 | 44 | - 0.14.2.0 (2022-04-27) |
42 | 45 | * Add a build flag to force the use of ghc-lib-parser |
|
0 commit comments