Commit 3fe0b06
committed
fix(generate-release-changelog-links): drop optparse-applicative bound
The explicit optparse-applicative ^>= 0.18 dep (and matching import) was
blocking resolution with GHC versions that ship optparse-applicative 0.19.
All argument parsing goes through turtle, so optparse-applicative is a
transitive dep only — removing the explicit bound and the unused
Options.Applicative import fixes the solver failure without any code changes.
ansi-wl-pprint removed for the same reason: never imported, was only there
as a vestige of optparse-applicative 0.18's internal Doc type.1 parent 0ba66ea commit 3fe0b06
3 files changed
Lines changed: 0 additions & 6 deletions
File tree
- scripts
- generate-release-changelog-links
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | 58 | | |
62 | 59 | | |
63 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
0 commit comments