Skip to content
  • quasicomputational's avatar
    Allow globs to match against a suffix of a file's extensions · e4294f31
    quasicomputational authored
    This has the effect of allowing a glob `*.html` to match the file
    `foo.en.html`. For compatibility, this is only allowed with
    `cabal-version: 3.0` or later; for earlier spec versions, a warning
    will be generated by `cabal check` if there are files affected by this
    change in behaviour.
    
    Fixes #5057. Fixes #784. Closes #5061.
    e4294f31