aboutsummaryrefslogtreecommitdiff
path: root/src/Digraph.lhs
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2002-05-09 10:37:07 by simonmar]simonmar2002-05-091-0/+397
The last commit to Main.lhs broke the delicate balance of laziness which was being used to avoid computing the dependency graph of modules. So I finally bit the bullet and did a proper topological sort of the module graph, which turned out to be easy (stealing the Digraph module from GHC - this really ought to be in the libraries somewhere).