[Graph components should return all components, not just strongly connected ones
John Meacham <john@repetae.net>**20061125070336] hunk ./Util/Graph.hs 65
-    forest = Data.Graph.scc g
+    forest = Data.Graph.components g