This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Support offline viewing/creation #414
Open
Description
From https://code.google.com/p/ndmitchell/issues/detail?id=590 @nomeata says:
In Debian, we want to provide an integrated hoogle experience, so we started to ship haddock’s .txt files in the documentation packages and convert and combine them at installation time for hoogle.
Currently, "hoogle search Prelude.map -l" will print
Prelude map :: (a -> b) -> [a] -> [b] -- http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#v:map
This URL is suboptimal, as the docs are available faster (and offline!) at file:///usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#v:map
(There's also a patch, but its very out of date)