Re: [Haskell] Re: Getting a function dependency graph from source

2006-10-12 Thread Durward McDonell
Yes, this is exactly what I wanted! Thanks, and thanks for writing it all in the first place. :-) However, I haven't quite been able to get it to work fully. I did get it installed and running, after I took the advice about using the latest versions and just installing the binaries. I even

[Haskell] Re: Getting a function dependency graph from source

2006-10-12 Thread Thomas Hallgren
Durward McDonell wrote: Yes, this is exactly what I wanted! Thanks, and thanks for writing it all in the first place. :-) However, I haven't quite been able to get it to work fully. ... What am I doing wrong? If you use pfesetup to create the project, prelude and library modules will be

[Haskell] Re: Getting a function dependency graph from source

2006-10-11 Thread Thomas Hallgren
Hi, The pfe command line tool from the Programatica Project has functionality that seems to fit fairly well with what you are asking for: pfe deps -- lists function level dependencies pfe needed -- lists everything needed by a definition pfe dead -- lists unused