-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Registered the NamedDefaults language extension (#9740)
* Registered the NamedDefaults language extension * Added changelog and Vim configuration lines * Updated the expected hashes --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit 00835c0) # Conflicts: # Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
- Loading branch information
1 parent
7ee3d54
commit 1c89d34
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
synopsis: Add language extension NamedDefaults | ||
packages: Cabal-syntax | ||
prs: #9740 | ||
|
||
description: { | ||
|
||
- adds support for the `NamedDefaults` language extension (GHC proposal #409) | ||
|
||
} |