Hi, is it possible to add support for globs using this syntax?
/path/to/{a,b}/c
This would match both /path/to/a/c and /path/to/b/c.
In cabal.project you can specify globs using this syntax ( the grammar is specified here).
It would be really useful if one could use Glob to parse the whole syntax supported in cabal.project files, and as far as I understand, this is the only missing piece.
Hi, is it possible to add support for globs using this syntax?
This would match both
/path/to/a/cand/path/to/b/c.In
cabal.projectyou can specify globs using this syntax ( the grammar is specified here).It would be really useful if one could use
Globto parse the whole syntax supported incabal.projectfiles, and as far as I understand, this is the only missing piece.