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 committed Sep 26, 2024
1 parent 1f3ab16 commit 2ed80a8
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 2ed80a8

Please sign in to comment.