Links from /usr/share/doc/ghc/html/libraries/index.html not referring to packages
E.g. if I click on Data.Map from /usr/share/doc/ghc/html/libraries/index.html, I get a 404 on /usr/share/doc/ghc/html/libraries/Data-Map.html, because that document actually lives in the "containers" dir under "libraries". It says the name of the package on the right hand side, but that's not part of the URL for some reason. Think this is something with the packaging, or maybe an upstream issue?
On Sun, Jul 05, 2015 at 05:38:42PM -0700, Leif Warner wrote:
E.g. if I click on Data.Map from /usr/share/doc/ghc/html/libraries/index.html, I get a 404 on /usr/share/doc/ghc/html/libraries/Data-Map.html, because that document actually lives in the "containers" dir under "libraries". It says the name of the package on the right hand side, but that's not part of the URL for some reason. Think this is something with the packaging, or maybe an upstream issue?
Hi Leif, It looks that it's an unstream thing. The online documentation here does the same thing (see the header): https://hackage.haskell.org/package/containers-0.5.6.3/docs/Data-Map.html
The links on https://downloads.haskell.org/~ghc/7.8.2/docs/html/libraries/index.html do point into the libraries/ subdir package containing the docs. On Sun, Jul 5, 2015 at 5:57 PM, Skottish <skottish97215@gmail.com> wrote:
On Sun, Jul 05, 2015 at 05:38:42PM -0700, Leif Warner wrote:
E.g. if I click on Data.Map from /usr/share/doc/ghc/html/libraries/index.html, I get a 404 on /usr/share/doc/ghc/html/libraries/Data-Map.html, because that document actually lives in the "containers" dir under "libraries". It says the name of the package on the right hand side, but that's not part of the URL for some reason. Think this is something with the packaging, or maybe an upstream issue?
Hi Leif,
It looks that it's an unstream thing. The online documentation here does the same thing (see the header):
https://hackage.haskell.org/package/containers-0.5.6.3/docs/Data-Map.html
https://ghc.haskell.org/trac/ghc/ticket/10206 It will be fixed in GHC 7.10.2. On Mon, Jul 6, 2015 at 9:59 AM, Leif Warner <abimelech@gmail.com> wrote:
The links on https://downloads.haskell.org/~ghc/7.8.2/docs/html/libraries/index.html do point into the libraries/ subdir package containing the docs.
On Sun, Jul 5, 2015 at 5:57 PM, Skottish <skottish97215@gmail.com> wrote:
On Sun, Jul 05, 2015 at 05:38:42PM -0700, Leif Warner wrote:
E.g. if I click on Data.Map from /usr/share/doc/ghc/html/libraries/index.html, I get a 404 on /usr/share/doc/ghc/html/libraries/Data-Map.html, because that document actually lives in the "containers" dir under "libraries". It says the name of the package on the right hand side, but that's not part of the URL for some reason. Think this is something with the packaging, or maybe an upstream issue?
Hi Leif,
It looks that it's an unstream thing. The online documentation here does the same thing (see the header):
https://hackage.haskell.org/package/containers-0.5.6.3/docs/Data-Map.html
_______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/arch-haskell
participants (3)
-
Leif Warner -
Nicola Squartini -
Skottish