
13 May
2009
13 May
'09
4:32 a.m.
Hello, According to the manual: http://haskell.cs.yale.edu/ghc/docs/latest/html/users_guide/separate-compila... GHCi is not overly keen to go looking for modules in directories different to where the source resides. The semantics I want is: - use the Cabal-built objects/hi files in dist/build if they're fresh enough - interpret the source otherwise. Is that possible? cheers peter