Changes between Version 15 and Version 16 of Attic/Building/BuildSystem/New
- Timestamp:
- 01/13/09 06:14:05 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Attic/Building/BuildSystem/New
v15 v16 103 103 Only stages 2 and 3 support interactive execution (GHCi) and Template Haskell. The reason being that when running interactive code we must dynamically link the packages, and only in stage 2 can we guarantee that the packages we dynamically link are compatible with those that GHC was built against (because they are the very same packages). 104 104 105 == Idiom: multiple builds per directory==105 == Idiom: distdir == 106 106 107 107 Often we want to build a component multiple times in different ways. For example:
