MarcWeber / hasktags

Produces ctags "tags" and etags "TAGS" files for Haskell programs
Other
127 stars 32 forks source link

-x turns into -e when outputting to file #96

Open cheater opened 2 weeks ago

cheater commented 2 weeks ago

-x only works when -f - is specified. not specifying -f or specifying -f whatever creates -e output.

cheater commented 2 weeks ago

this probably has to do with the fact that data Tags doesn't have a separate constructor for -x.

cheater commented 2 weeks ago

workaround: specify -c -x and you will get -x output in the file.