DanielG / ghc-mod

Happy Haskell Hacking for editors. DEPRECATED
Other
677 stars 175 forks source link

`ghc-mod list` doesn't show home modules #521

Open HuStmpHrrr opened 9 years ago

HuStmpHrrr commented 9 years ago

when inside of a project, ghc-mod list won't show the modules belong to it. however, i can tell ghc-mod has them in record since ghc-mod browse My.Module would work.

would that be nice if these modules can be shown in list or modules command too? it helps when a autocompletion plugin calls this command.

DanielG commented 9 years ago

Ok so what I think you mean is that list doesn't show what GHC calls "home modules" i.e. ones that are defined in the current project. Is that right?

HuStmpHrrr commented 9 years ago

yes. that's what i was referencing.