|
Re: Text.ParserCombinators.Parsec requires -package text.: msg#00038lang.haskell.glasgow.bugs
Alastair Reid wrote (snipped): Why is it necessary to provide -package options at all? My current need at least is to disable the lang, text, data packages and so on so I can see if my code compiles even when GHC nukes "FiniteMap" and only allows me to call it "Data.FiniteMap". As I expect it will one of these days. One reason I think it might still be necessary to retain -package options is that otherwise code will stop working if a package is added to the package.conf file which has modules with the same name as those the user is working with. The trouble is that the analogy with the standard Prelude does not work; compiler writers are not supposed to add names to the standard prelude, but they definitely do need to be able to add packages to the package.conf files they distribute.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Text.ParserCombinators.Parsec requires -package text., Alastair Reid |
|---|---|
| Next by Date: | RE: Text.ParserCombinators.Parsec requires -package text., Simon Marlow |
| Previous by Thread: | Re: Text.ParserCombinators.Parsec requires -package text., Alastair Reid |
| Next by Thread: | RE: Text.ParserCombinators.Parsec requires -package text., Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |