Skip to content

Add support for brace expansion #32

@Franciman

Description

@Franciman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions