From abimelech at gmail.com Mon Jul 6 00:38:42 2015 From: abimelech at gmail.com (Leif Warner) Date: Sun, 5 Jul 2015 17:38:42 -0700 Subject: [arch-haskell] Links from /usr/share/doc/ghc/html/libraries/index.html not referring to packages Message-ID: 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? -------------- next part -------------- An HTML attachment was scrubbed... URL: From skottish97215 at gmail.com Mon Jul 6 00:57:05 2015 From: skottish97215 at gmail.com (Skottish) Date: Sun, 5 Jul 2015 17:57:05 -0700 Subject: [arch-haskell] Links from /usr/share/doc/ghc/html/libraries/index.html not referring to packages In-Reply-To: References: Message-ID: <20150706005705.GF686@iasE.lan> 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 From abimelech at gmail.com Mon Jul 6 00:59:18 2015 From: abimelech at gmail.com (Leif Warner) Date: Sun, 5 Jul 2015 17:59:18 -0700 Subject: [arch-haskell] Links from /usr/share/doc/ghc/html/libraries/index.html not referring to packages In-Reply-To: <20150706005705.GF686@iasE.lan> References: <20150706005705.GF686@iasE.lan> Message-ID: 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 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tensor5 at gmail.com Mon Jul 6 07:59:59 2015 From: tensor5 at gmail.com (Nicola Squartini) Date: Mon, 6 Jul 2015 16:59:59 +0900 Subject: [arch-haskell] Links from /usr/share/doc/ghc/html/libraries/index.html not referring to packages In-Reply-To: References: <20150706005705.GF686@iasE.lan> Message-ID: 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 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 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 at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/arch-haskell > > -------------- next part -------------- An HTML attachment was scrubbed... URL: