Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
f037e69f
Unverified
Commit
f037e69f
authored
2 years ago
by
mergify[bot]
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into issue-8400
parents
c75836a0
ae8ce2c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/cabal-package.rst
+2
-1
2 additions, 1 deletion
doc/cabal-package.rst
doc/file-format-changelog.rst
+4
-0
4 additions, 0 deletions
doc/file-format-changelog.rst
with
6 additions
and
1 deletion
doc/cabal-package.rst
+
2
−
1
View file @
f037e69f
...
@@ -763,7 +763,8 @@ describe the package as a whole:
...
@@ -763,7 +763,8 @@ describe the package as a whole:
behaviour, put the files that wildcards will match against in
behaviour, put the files that wildcards will match against in
their own folder.
their own folder.
``**`` wildcards are available starting in Cabal 2.4.
``**`` wildcards are available starting in Cabal 2.4
and `bug-free since Cabal 3.0 <https://github.com/haskell/cabal/issues/6125#issuecomment-1379878419>`_.
.. pkg-field:: data-dir: directory
.. pkg-field:: data-dir: directory
...
...
This diff is collapsed.
Click to expand it.
doc/file-format-changelog.rst
+
4
−
0
View file @
f037e69f
...
@@ -161,6 +161,10 @@ relative to the respective preceding *published* version.
...
@@ -161,6 +161,10 @@ relative to the respective preceding *published* version.
``foo/**/bar.html`` are all invalid). As ``**`` was an error in
``foo/**/bar.html`` are all invalid). As ``**`` was an error in
globs before, this does not affect any existing ``.cabal`` files
globs before, this does not affect any existing ``.cabal`` files
that previously worked.
that previously worked.
(Caveat: Double-star wildcards in :pkg-field:`data-files` directories,
e.g. ``data-files: data/**/*.csv``,
`are only supported correctly from Cabal 3.0 <https://github.com/haskell/cabal/issues/6125#issuecomment-1379878419>`_.)
* Wildcards now match when the pattern's extensions form a suffix of
* Wildcards now match when the pattern's extensions form a suffix of
the candidate file's extension, rather than requiring strict
the candidate file's extension, rather than requiring strict
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment