Changes between Version 10 and Version 11 of Commentary/Packages/GhcPackagesProposal
- Timestamp:
- 07/04/06 04:23:42 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Packages/GhcPackagesProposal
v10 v11 23 23 The authors of packages P1 and P2 didn't need to know about each other, and don't need to choose globally unique module names. 24 24 25 The fundamental thing GHC will need to do is to include the package name (and version) into the names of entities the package defines. That means that when compiling a module M you must say what package it is part of:25 For this to work, GHC must incorporate the package name (and version) into the names of entities the package defines. That means that when compiling a module M you must say what package it is part of: 26 26 {{{ 27 27 ghc -c -package package-name P1 C.hs
