Does this tool allow to install hie with hoogle docs?
andriy-f opened this issue · 3 comments
andriy-f commented
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
infinisil commented
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
andriy-f commented
Ok thanks