Skip to content

Commit

Permalink
Escape braces in changelog entry
Browse files Browse the repository at this point in the history
From @geekosaur on Matrix:

> since changelog-d uses the cabal file parser to parse changelog files,
> internal braces have to be escaped
  • Loading branch information
9999years authored and Mikolaj committed Oct 1, 2024
1 parent 483ec37 commit e7d1560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.d/pr-10273
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ incompatible version:
```
Error: [Cabal-8010]
Encountered missing or private dependencies:
Lib:{bar-internal,foo-internal} (missing :bar-internal),
Lib:\{bar-internal,foo-internal\} (missing :bar-internal),
base <=1.0 (installed: 4.18.2.1),
package-that-does-not-exist (missing)
```
Expand Down

0 comments on commit e7d1560

Please # to comment.