[Haskell-cafe] Getting library documentation for installed packages on Windows

Jack Henahan jhenahan at uvm.edu
Wed Jun 22 03:14:44 CEST 2011


John,

Run `ghci`, then

    :m System.Directory
    getAppUserDataDirectory "cabal"

That'll show you the directory where your cabal config is.

On Jun 21, 2011, at 9:03 PM, John Ky wrote:

> Hi Svein,
> 
> Where can I find this file on Windows 7 or Windows generally if its all the same?
> 
> Cheers,
> 
> -John
> 
> On 22 June 2011 10:15, Svein Ove Aas <sveina at gmail.com> wrote:
> Yes, cabal does this if you have haddock installed.
> 
> You'll probably have to edit .cabal/config, though. The relevant options should be fairly obvious in there.
> 
> On Jun 22, 2011 12:52 AM, "John Ky" <newhoggy at gmail.com> wrote:
> > Hi all,
> > 
> > Lately I've been finding the Network module missing from the docs I download
> > from the GHC website, which brings me to the question:
> > 
> > Is there any way I could generate libraries for this, the core libraries and
> > all installed cabal packages into one reference so I can work offline?
> > 
> > Cheers,
> > 
> > -John
> 
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 398E692F.asc
Type: application/x-apple-msg-attachment
Size: 24295 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110621/35c1ba30/attachment-0001.bin>
-------------- next part --------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 881 bytes
Desc: This is a digitally signed message part
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110621/35c1ba30/attachment-0001.pgp>


More information about the Haskell-Cafe mailing list