RE: module priorities

2005-09-19 Thread Simon Marlow
On 18 September 2005 04:28, Frederik Eaton wrote: > It seems like ghc 6.4 is using modules from installed packages in > preference to modules in the current source directory when I compile > something with "--make". I can fix it with "-hide-package PACKAGE"; > but shouldn't the default behavior be

module priorities

2005-09-17 Thread Frederik Eaton
Hi, It seems like ghc 6.4 is using modules from installed packages in preference to modules in the current source directory when I compile something with "--make". I can fix it with "-hide-package PACKAGE"; but shouldn't the default behavior be to look in the source directory first? Otherwise it b