-
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.
- Loading branch information
Showing
25 changed files
with
430 additions
and
239 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
synopsis: Cabal-QuickCheck package with Arbirary instances | ||
synopsis: Cabal-QuickCheck package with `Arbirary` instances | ||
prs: #6557 #6891 | ||
issues: #6882 | ||
packages: Cabal |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
synopsis: Create Cabal-tree-diff package with ToExpr instances | ||
synopsis: Create Cabal-tree-diff package with `ToExpr` instances | ||
prs: #6789 | ||
packages: Cabal |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
synopsis: Cabal.Distribution.Compiler: add Traversable instance for PerCompilerFlavor | ||
synopsis: `Cabal.Distribution.Compiler`: add `Traversable` instance for `PerCompilerFlavor` | ||
prs: #6763 | ||
packages: Cabal |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
synopsis: Change BuildReports parse/pretty to use FieldGrammar framework | ||
synopsis: Change `BuildReports` parse/pretty to use FieldGrammar framework | ||
prs: #6783 | ||
packages: cabal-install |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
synopsis: Tell users about cabal.project.local~ in `cabal v2-configure` | ||
synopsis: Tell users about `cabal.project.local~` in `cabal v2-configure` | ||
prs: #6877 | ||
packages: cabal-install |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
synopsis: Changelog entries | ||
packages: Cabal-internal | ||
prs: #6634 #6950 |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
synopsis: CI tweaks | ||
packages: Cabal-internal | ||
prs: | ||
#6494 | ||
#6518 | ||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
synopsis: Grammar / Described | ||
synopsis: The grammar of most package description fields is formally documented | ||
prs: #6591 #6593 #6704 #6766 #6778 #6780 #6781 #6791 #6800 | ||
|
||
description: { | ||
|
||
TBW | ||
See https://cabal.readthedocs.io/en/latest/buildinfo-fields-reference.html | ||
|
||
} |
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 |
---|---|---|
|
@@ -3,6 +3,6 @@ prs: #6923 | |
|
||
description: { | ||
|
||
TBW. Related to foreign calls to C-sources. | ||
Related to foreign calls to C-sources. | ||
|
||
} |
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 |
---|---|---|
@@ -1,8 +1,2 @@ | ||
synopsis: Parser benchmark | ||
synopsis: Package description parser benchmark | ||
prs: #6594 | ||
|
||
description: { | ||
|
||
TBW... (easier to assert parser changes) | ||
|
||
} |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
synopsis: Add licenceIsFsfLibre | ||
synopsis: Add `licenceIsFsfLibre` | ||
packages: Cabal | ||
prs: #6878 |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
synopsis: Add +stderr modifier to verbosity | ||
synopsis: Add `+stderr` modifier to `Verbosity` | ||
prs: #6929 |
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
synopsis: Better UTF8 handling, parsed ShortText should be valid now | ||
synopsis: Better UTF8 handling, parsed `ShortText` is now valid. | ||
packages: Cabal | ||
prs: #6588 |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
synopsis: Remove AnyVersion and WildcardVersion constructors from Version | ||
synopsis: Remove `AnyVersion` and `WildcardVersion` constructors from `Version` | ||
packages: Cabal | ||
prs: #6742 | ||
|
||
description: { | ||
|
||
Make Version type less "syntactic", i.e. contains less constructors | ||
for semantically same version ranges. | ||
This changes makes `Version` type less "syntactic", | ||
i.e. contains less constructors for semantically same version ranges. | ||
|
||
} |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
synopsis: Add / use weeder | ||
synopsis: Add and use weeder | ||
prs: #6779 #6790 |
Oops, something went wrong.