-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to escape metacharacters in globs #4935
Comments
I'm actually not sure whether that is at all supported. |
I'm not sure either but I can find out for you in a couple hours. |
It's not possible to include a file with a literal cabal/Cabal/Distribution/Simple/Utils.hs Line 1133 in b36cf3c
|
Actually, I thing I'm wrong. The code looks like it would accept a filename such as
(but the user probably intended for |
Whoops, forget that last comment, I read the code wrong. I confused |
In which case I am going to turn this into a feature request, since I'd think that someone, somewhere will have a good reason to include a file with an asterisk in its path; it'll also free preprocessors like hpack of the duty to check for that special case. |
The section of Cabal's manual describing file globbing does not cover how to escape metacharacters. It ought to say how to include a file with a literal
*
in its name.The text was updated successfully, but these errors were encountered: