RE: import modules from a different directory

11 Dec
2003
11 Dec
'03
5:18 a.m.
Anybody has the experience of importing a module from a different directory?In my code, i need to import a module that is not in the current directory. How can I do that in GHC?
GHC-specific questions are best asked on glasgow-haskell-users@haskell.org (where I've sent this followup). You'll find the -i option to GHC will do what you want. Documentation is here: http://www.haskell.org/ghc/docs/latest/html/users_guide/separate-compilation... Cheers, Simon
7832
Age (days ago)
7832
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Marlow