Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
2e78642a
Commit
2e78642a
authored
Jun 27, 2018
by
quasicomputational
Committed by
Herbert Valerio Riedel
Jun 27, 2018
Browse files
Add the start of a changelog for the Cabal file format
As suggested in #5401. [skip ci]
parent
4d3febdf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cabal/Cabal.cabal
View file @
2e78642a
...
...
@@ -27,7 +27,8 @@ extra-source-files:
doc/conf.py doc/config-and-install.rst doc/developing-packages.rst
doc/images/Cabal-dark.png doc/index.rst doc/installing-packages.rst
doc/intro.rst doc/misc.rst doc/nix-local-build-overview.rst
doc/nix-local-build.rst doc/README.md doc/references.inc
doc/nix-local-build.rst doc/file-format-changelog.rst doc/README.md
doc/references.inc
-- Generated with 'make gen-extra-source-files'
-- Do NOT edit this section manually; instead, run the script.
...
...
Cabal/doc/file-format-changelog.rst
0 → 100644
View file @
2e78642a
Cabal file format changelog
===========================
Changes in 2.4
--------------
* Wildcard matching has been expanded. All previous wildcard
expressions are still valid; some will match strictly more files
than before. Specifically:
* Double-star (``**``) wildcards are now accepted for recursive
matching immediately before the final slash; they must be followed
by a filename wildcard (e.g., ``foo/**/*.html`` is valid;
``foo/**/bar/*.html`` and ``foo/**/**/*.html``,
``foo/**/bar.html`` are all invalid). As ``**`` was an error in
globs before, this does not affect any existing ``.cabal`` files
that previously worked.
* Wildcards now match when the pattern's extensions form a suffix of
the candidate file's extension, rather than requiring strict
equality (e.g., previously ``*.html`` did not match
``foo.en.html``, but now it does).
Cabal/doc/index.rst
View file @
2e78642a
...
...
@@ -12,3 +12,4 @@ Welcome to the Cabal User Guide
bugs-and-stability
nix-local-build-overview
nix-integration
file-format-changelog
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment