hasktags-0.69.1: Produces ctags "tags" and etags "TAGS" files for Haskell programs

Safe HaskellNone
LanguageHaskell2010

Hasktags

Synopsis

Documentation

generate :: [Mode] -> [FileName] -> IO () Source

findWithCache :: Bool -> Bool -> FileName -> IO FileData Source

findThings :: Bool -> FileName -> IO FileData Source

getMode :: [Mode] -> Mode Source

getMode takes a list of modes and extract the mode with the highest precedence. These are as follows: Both, CTags, ETags The default case is Both.

getOutFile :: String -> IOMode -> [Mode] -> IO Handle Source

getOutFile scan the modes searching for output redirection if not found, open the file with name passed as parameter. Handle special file -, which is stdout