-
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.
Add documentation for 'all-packages'
In the user guide, changelog and add a few code comments.
- Loading branch information
Showing
4 changed files
with
21 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -46,6 +46,8 @@ | |
* Added support for '--enable-tests' and '--enable-benchmarks' to | ||
'cabal fetch' (#4948). | ||
* Removed support for building cabal-install with GHC < 7.10. | ||
* New 'all-packages' section in 'cabal.project' files that applies | ||
options to all packages, not just those local to the project. | ||
|
||
2.0.0.1 Mikhail Glushenkov <[email protected]> December 2017 | ||
* Support for GHC's numeric -g debug levels (#4673). | ||
|