-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | create haskell import graph for graphviz -- -- create haskell import graph for graphviz @package haskell-import-graph @version 1.0.2 module System.ImportGraph.ModuleCluster moduleCluster :: ModIface -> Dot Text ifaceName :: ModIface -> Text moduleText :: Module -> Text ifaceDummyNodeName :: ModIface -> Text ifaceClusterName :: ModIface -> Text ifaceUsageEdges :: ModIface -> Usage -> Dot Text ifaceEdge :: ModIface -> Text -> Dot Text module System.ImportGraph.GetIface findIfaces :: Ghc [ModIface] findHiFiles :: IO [FilePath] getIface :: FilePath -> Ghc ModIface module System.ImportGraph.AppMain appMain :: IO () getLibDirReadProcess :: IO (Maybe FilePath) help :: Text renderGraph :: [ModIface] -> Text importGraph :: GraphID -> [ModIface] -> DotGraph Text