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

Safe HaskellNone

Hasktags

Synopsis

Documentation

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

findWithCache :: Bool -> Bool -> FileName -> IO FileDataSource

findThings :: Bool -> FileName -> IO FileDataSource

getMode :: [Mode] -> ModeSource

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 HandleSource

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