Changes between Version 36 and Version 37 of Commentary/Packages/GhcPackagesProposal
- Timestamp:
- 10/05/06 01:35:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Packages/GhcPackagesProposal
v36 v37 43 43 * Compiling different modules with different flags in a way that affects the ''semantics'' (rather than, say, the optimisation level) seems undesirable. 44 44 * To support {{{--make}}} in this situation we'd need to allow {{{-package}}} flags in the per-module {{{OPTIONS}}} pragmas, which isn't currently supported. ({{{ghc --make}}} already gathers those options together for the link step.) ''This is not yet implemented, but it is close to being implemented.'' 45 46 If we did implement the "`-package` in `OPTIONS` pragma" fix, then is is not clear how pressing the need is for anything more. It's still impossible to import M from P1, and M from P2, into the same module. But how often will that happen? 45 47 46 48 ----------------------------
