packages feed

HaRe-0.8.0.0: test/testdata/Layout/Do1.hs.expected

module Layout.Do1 where

getCurrentModuleGraph = undefined
topSortModuleGraph = undefined

-- sortCurrentModuleGraph :: GHC.Ghc [GHC.SCC GHC.ModSummary]
sortCurrentModuleGraph :: IO [Int]
sortCurrentModuleGraph = do
  -- g <- GHC.getModuleGraph
  g2 <- getCurrentModuleGraph
  let scc = topSortModuleGraph False g2 Nothing
  return scc