Re: [Haskell-cafe] GHCi 6.6 tab-completion of source file paths not working.

2006-11-12 Thread Duncan Coutts
On Mon, 2006-11-13 at 12:02 +1300, Daniel McAllansmith wrote: > Hi. > > I've just installed GHC 6.6 on an amd64 running a gentoo linux distribution. > > With GHCi from 6.4.2 I could run "ghci" then do > > Prelude> :l Foo/Bar.hs > > by hitting tab after Foo to complete the path to Bar.hs > > Th

[Haskell-cafe] GHCi 6.6 tab-completion of source file paths not working.

2006-11-12 Thread Daniel McAllansmith
Hi. I've just installed GHC 6.6 on an amd64 running a gentoo linux distribution. With GHCi from 6.4.2 I could run "ghci" then do Prelude> :l Foo/Bar.hs by hitting tab after Foo to complete the path to Bar.hs This no longer works, hitting tab only shows what's in the pwd. If I run "ghci Foo/B