luqui / hothasktags

A haskell ctags implementation that is aware of qualified imports, among other cool stuff
BSD 3-Clause "New" or "Revised" License
30 stars 16 forks source link

run preprocessors that are not CPP #21

Open aavogt opened 9 years ago

aavogt commented 9 years ago

If I have a custom preprocessor specified with a pragma {-# OPTIONS_GHC -F -pgmF HListPP #-} (or as a command line argument), hothasktags does not run it.