haskell / cabal

Official upstream development repository for Cabal and cabal-install
https://haskell.org/cabal
Other
1.61k stars 690 forks source link

Allow globbing for C files #2694

Open bitonic opened 9 years ago

bitonic commented 9 years ago

Right now C files need to be selected one-by-one. This can be inconvenient, especially if such files are automatically generated (as we do in inline-c). It would be convenient to be able to glob them, or at least specify a directory instead of each file.

bitonic commented 9 years ago

cc @mboes