-
Notifications
You must be signed in to change notification settings - Fork 724
Closed
Labels
Description
In the criterion package, I tried to have a data-files section like this:
data-files:
templates/js/jquery-*.min.js
When I try to run cabal, I get this error:
cabal: invalid file glob 'templates/js/jquery-*.min.js'. Wildcards '*' are
only allowed in place of the file name, not in the directory name or file
extension. If a wildcard is used it must be with an file extension.
The actual name of the file I'm trying to include is as follows:
templates/js/jquery-1.6.4.min.js
It looks like cabal is misidentifying where the "*" is showing up in the pattern here.
Reactions are currently unavailable