infinisil/all-hies

Does this tool allow to install hie with hoogle docs?

andriy-f opened this issue · 3 comments

Relevant section in hie readme:

Install hie for a specific GHC version (and hoogle docs):

stack ./install.hs hie-8.6.5
stack ./install.hs data

Not as of now, because it would be very complex to package this with Nix, since the doc generation is very much impure. I've opened haskell/haskell-ide-engine#1285 in the hopes of HIE changing the hoogle doc approach

Ok thanks

With #64 merged, there is now a set of templates showing a working hoogle database setup :)