=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== hasktags-0.71.2/src/Tags.hs-137-extendedDump (FoundThing t n p) = intercalate "\t" [n, p^.fileName, content, kindInfo, lineInfo, "language:Haskell"] hasktags-0.71.2/src/Tags.hs:138: where content = "/^" ++ concatMap ctagEncode (p^.lineContent) ++ "$/;\"" hasktags-0.71.2/src/Tags.hs-139- kindInfo = show t