Re: ghci, sourcing

2006-06-06 Thread Frederik Eaton
Thanks, that's very handy! But also rather obscure... Frederik On Mon, Jun 05, 2006 at 10:26:33PM +0300, wld wrote: > Hi, > > On 6/5/06, Frederik Eaton <[EMAIL PROTECTED]> wrote: > >Hi, > > > >Is there a way to source a file in ghci? I have a series of > >initialization commands which I would l

Re: recursive import

2006-06-06 Thread Serge D. Mechveliani
On Tue, Jun 06, 2006 at 02:39:00PM +0200, Johannes Waldmann wrote: > As for recursive module imports, > could you perhaps show an example where this occurs. > I found that in my code, I can re-arrange things > so as to remove the cyclic dependency. Best regards, This is somewhat like this: -

Re: recursive import

2006-06-06 Thread Simon Marlow
Simon Peyton-Jones wrote: I don't know about Cabal, but probably a Cabal-er can reply. Cabal should work fine with .hs-boot files. Cheers, Simon ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/m

Re: recursive import

2006-06-06 Thread Johannes Waldmann
As for recursive module imports, could you perhaps show an example where this occurs. I found that in my code, I can re-arrange things so as to remove the cyclic dependency. Best regards, -- -- Johannes Waldmann -- Tel/Fax (0341) 3076 6479/80 -- http://www.imn.htwk-leipzig.de/~waldmann/ -

Re: recursive import

2006-06-06 Thread Christian Maeder
Serge D. Mechveliani wrote: Who knows, please, how usable are currently recursive module imports in Haskell, in GHC ? compiling works fine as SPJ pointed out. Is it essentially more difficult to `make' and support a project which has 50 modules, and half of all the module pairs import each o