Finding documentation when Hackage is down.

Hi all, I use Hackage (through Hayoo sometimes) primarily for viewing API documentation. How can I store API docs for cabal-installed packages locally so I am not slowed down when Hackage goes down? -deech

Hello, I find http://holumbus.fh-wedel.de/hayoo/hayoo.html very helpful :-) - Michael

Yes, but it is my understanding that Hayoo connects to Hackage, so when
Hackage is down, so is Hayoo :)
-deech
On Mon, Nov 2, 2009 at 2:46 PM, Michael Lesniak
Hello,
I find http://holumbus.fh-wedel.de/hayoo/hayoo.html very helpful :-)
- Michael

I'm pretty sure this isn't true: Hayoo has its own index (which is periodically rebuilt from Hackage, but it doesn't need to connect to Hackage normally). Of course, if Hayoo gives you links to documentation on Hackage in its search results, THOSE won't work... -Brent On Mon, Nov 02, 2009 at 02:48:08PM -0500, aditya siram wrote:
Yes, but it is my understanding that Hayoo connects to Hackage, so when Hackage is down, so is Hayoo :) -deech
On Mon, Nov 2, 2009 at 2:46 PM, Michael Lesniak
wrote: Hello,
I find http://holumbus.fh-wedel.de/hayoo/hayoo.html very helpful :-)
- Michael
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Am Montag 02 November 2009 20:34:05 schrieb aditya siram:
Hi all, I use Hackage (through Hayoo sometimes) primarily for viewing API documentation. How can I store API docs for cabal-installed packages locally so I am not slowed down when Hackage goes down?
-deech
In your ~/.cabal/config file, uncomment the line -- documentation: True (or was it "-- documentation:" originally? In which case you'd have to write the "True" yourself.) Then cabal install will build haddocks for each package it installs and put the docs in the standard place (~/.cabal/share/doc/ for user installs, I think; /usr/local/share/doc for global installs, IIRC).
participants (4)
-
aditya siram
-
Brent Yorgey
-
Daniel Fischer
-
Michael Lesniak