hsinspect-lsp-0.0.3: LSP interface over the hsinspect binary.
HsInspect.LSP.Util
locateDominatingDir :: (String -> Bool) -> FilePath -> IO (Maybe FilePath) Source #
locateDominatingFile :: (String -> Bool) -> FilePath -> IO (Maybe FilePath) Source #
shell :: String -> [String] -> Maybe FilePath -> Maybe String -> [(String, String)] -> ExceptT String IO String Source #