Re: [Haskell-cafe] Shim: finding modules

2008-04-17 Thread Graham Fawcett
On Thu, Apr 17, 2008 at 10:41 AM, Marc Weber <[EMAIL PROTECTED]> wrote: > > I'd like to be able to tell Shim that 'App' is the root of my project, > > and to locate modules from that root. Is this possible? > If adding the cabal file does'nt work contact me and we'll try to > reslove this issue.

Re: [Haskell-cafe] Shim: finding modules

2008-04-17 Thread Marc Weber
> I'd like to be able to tell Shim that 'App' is the root of my project, > and to locate modules from that root. Is this possible? If adding the cabal file does'nt work contact me and we'll try to reslove this issue. Are you willing to test new versions/ extensions? Are you already using ghc-6.8 ?

Re: [Haskell-cafe] Shim: finding modules

2008-04-17 Thread Graham Fawcett
On Thu, Apr 17, 2008 at 4:26 AM, pepe <[EMAIL PROTECTED]> wrote: > > On 16/04/2008, at 22:15, Graham Fawcett wrote: > > I'd like to be able to tell Shim that 'App' is the root of my project, > > and to locate modules from that root. Is this possible? > > Shim already does this. All it requires i

Re: [Haskell-cafe] Shim: finding modules

2008-04-17 Thread pepe
On 16/04/2008, at 22:15, Graham Fawcett wrote: Hi folks, I'm a newbie, so please forgive any terminological mistakes. I've been using Shim in Emacs with great success, but there's one issue I've encountered, and I don't know if it's configuration problem or something fundamental. Consider a mod

[Haskell-cafe] Shim: finding modules

2008-04-16 Thread Graham Fawcett
Hi folks, I'm a newbie, so please forgive any terminological mistakes. I've been using Shim in Emacs with great success, but there's one issue I've encountered, and I don't know if it's configuration problem or something fundamental. Consider a module 'App' and submodules 'App.Front' and 'App.Back