how to make new modules exposed?
N. Xu
nx200 at cam.ac.uk
Sat Apr 19 10:40:17 EDT 2008
Hi pepe,
Thank you for your reply. From Ian Lynagh's reply, besides what I have
done, need to add the new directory name to ALL_DIRS in compiler/Makefile.
Cheers,
Dana.
On Apr 14 2008, pepe wrote:
>Hi Dana,
>
>You probably solved this already.
>It looks to me like you did it all right, maybe just failed to do
>"make boot" after your changes.
>
>Cheers
>pepe
>
>On 10/04/2008, at 17:06, Dana N. Xu wrote:
>
>> I create a new directory, named /verify, under the directory /
>> compiler.
>> May I know how to expose the modules at /verify so that other
>> modules can import them?
>>
>> I added one one at package.conf.in
>>
>> FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/verify",
>> and also added the new modules under /verify to "exposed-modules:"
>> in the same file.
>>
>> But it still doesn't work as I got error msg like "Could not find
>> module "..."".
>>
>> May I know where else I shall change/add?
>>
>>
>>
>> Best regards,
>>
>> Dana.
>>
>>
>>
>> _______________________________________________
>> Cvs-ghc mailing list
>> Cvs-ghc at haskell.org
>> http://www.haskell.org/mailman/listinfo/cvs-ghc
>
>
More information about the Cvs-ghc
mailing list