cvs commit: fptools/ghc Makefile fptools/ghc/compiler Makefile package.conf.in fptools/ghc/compiler/main CmdLineOpts.lhs DriverFlags.hs fptools/ghc/compiler/rename CallGraph.hs fptools/ghc/compiler/typecheck TcRnDriver.lhs fptools/ghc/core-plugins ...
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools,gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
sseefried 2005/01/31 16:29:00 PST
Modified files: (Branch: pluggable-1-branch)
ghc Makefile
ghc/compiler Makefile package.conf.in
ghc/compiler/main CmdLineOpts.lhs DriverFlags.hs
ghc/compiler/typecheck TcRnDriver.lhs
ghc/core-plugins Makefile package.conf.in
mk package.mk target.mk
Added files: (Branch: pluggable-1-branch)
ghc/compiler/rename CallGraph.hs
Removed files: (Branch: pluggable-1-branch)
ghc/core-plugins Makefile.core-plugins
Log:
Have a added a command line switch to dump dependencies of functions in a
module to a file in DOT format. Have also fixed the build system so that
package ghc and core-plugins package can be installed.
Revision Changes Path
1.26.4.2 +7 -4 fptools/ghc/Makefile
1.274.4.3 +27 -7 fptools/ghc/compiler/Makefile
1.5.4.2 +2 -2 fptools/ghc/compiler/package.conf.in
1.193.4.2 +5 -1 fptools/ghc/compiler/main/CmdLineOpts.lhs
1.142.4.2 +17 -0 fptools/ghc/compiler/main/DriverFlags.hs
1.90.2.1 +7 -2 fptools/ghc/compiler/typecheck/TcRnDriver.lhs
1.1.2.3 +21 -12 fptools/ghc/core-plugins/Attic/Makefile
1.1.2.2 +2 -2 fptools/ghc/core-plugins/Attic/package.conf.in
1.42.2.1 +19 -6 fptools/mk/package.mk
1.190.2.1 +16 -6 fptools/mk/target.mk