Request: Open Module Resolution
S. Alexander Jacobson
alex at alexjacobson.com
Tue May 10 13:25:26 EDT 2005
This was just a proof of concept. Transitively following imports
seems straightforward to add, you just need to be able to grab the -i
flag from the compiler command line.
Not handling GHC extensions worries me more. Is the problem that the
Lamguage.Haskell.Parser does not handle them?
If so, where can I find the parser that does?
-Alex-
______________________________________________________________
S. Alexander Jacobson tel:917-770-6565 http://alexjacobson.com
Do you mean the parser does not parse GHC extensions?
On Tue, 10 May 2005, Simon Marlow wrote:
> On 10 May 2005 01:09, S. Alexander Jacobson wrote:
>
>> On Fri, 6 May 2005, Simon Marlow wrote:
>>
>>> Certainly. But there's no easy way to say this: I think you're
>>> going to have to do it yourself (or find some kind soul to do it).
>>> Of course we'll incorporate the changes as long as they don't break
>>> anything else.
>>
>> Ok, any reason the code below wouldn't work?
>
> Well, it doesn't transitively follow imports, and it doesn't handle GHC
> extensions. But if it works for your purposes then great - not
> modifying GHC is big win.
>
> Cheers,
> Simon
>
> ** CRM114 Whitelisted by: simonmar at microsoft.com **
>
More information about the Libraries
mailing list