(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / Check / MissingGlobDirectory2 / cabal.out
blob893b07847a8248019512b973cfe66c671860cfd0
1 # cabal check
2 Warning: These warnings may cause trouble when distributing the package:
3 Warning: In 'data-files': the pattern 'non-existent-directory/*.dat' attempts to match files in the directory 'non-existent-directory', but there is no directory by that name.
4 Warning: In 'extra-source-files': the pattern 'dir/*.html' does not match any files.
5 Warning: In 'extra-source-files': the pattern 'dir/*.html' does not match the file 'dir/foo.en.html' because the extensions do not exactly match (e.g., foo.en.html does not exactly match *.html). To enable looser suffix-only matching, set 'cabal-version: 2.4' or higher.