-
Notifications
You must be signed in to change notification settings - Fork 9
Add support for brace expansion #32
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels