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