It works for me with GHC 6.12.1 (Windows), although it seems that it only shows modules that you have loaded with the load command, e.g.: :load MyModule.hs rather than modules that you have imported, e.g: :import Data.Char