Skip to content
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
@ndmitchell

Description

@ndmitchell

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions