hasktags
hasktags copied to clipboard
-x turns into -e when outputting to file
-x only works when -f - is specified. not specifying -f or specifying -f whatever creates -e output.
this probably has to do with the fact that data Tags doesn't have a separate constructor for -x.
workaround: specify -c -x and you will get -x output in the file.