aboutsummaryrefslogtreecommitdiff
path: root/src/Digraph.lhs
Commit message (Collapse)AuthorAgeFilesLines
* Initial modifications -- doesn't compiledavve2006-07-101-416/+0
|
* [haddock @ 2003-07-28 14:32:42 by simonmar]simonmar2003-07-281-0/+16
| | | | Update to avoid using hslibs with GHC >= 5.04
* [haddock @ 2002-07-24 09:42:17 by simonmar]simonmar2002-07-241-25/+28
| | | | Patches to quieten ghc -Wall, from those nice folks at Galois.
* [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).