Changes between Version 11 and Version 12 of Commentary/SourceTree
- Timestamp:
- 01/14/09 07:40:48 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/SourceTree
v11 v12 40 40 The `compiler/` directory contains the ghc package, which is linked 41 41 into an executable in the `ghc/` directory. 42 43 There is [wiki:ModuleDependencies documentation of the intended module dependency structure] of the `compiler/` directory. 42 44 43 45 * '''`compiler/ghc.cabal`''': the Cabal file for GHC. If you add a module to GHC's source code, you must add it in the `ghc.cabal` file too, else you'll get link errors.
