Re: [Haskell-cafe] Re: [Hs-Generics] how to automatically create and install documentations of a package?

2009-09-27 Thread Michael Shulman
Andy Gimblett wrote: >>> Is there a way to make it automatically update a single contents page >>> with links to the documentation of all installed packages? >> >> See: >> http://thread.gmane.org/gmane.comp.lang.haskell.cafe/53531/focus=53560 >> http://thread.gmane.org/gmane.comp.lang.haskell.caf

Re: [Haskell-cafe] Re: [Hs-Generics] how to automatically create and install documentations of a package?

2009-09-23 Thread Andy Gimblett
On 21 Sep 2009, at 09:14, Martijn van Steenbergen wrote: Michael Shulman wrote: Is there a way to make it automatically update a single contents page with links to the documentation of all installed packages? See: http://thread.gmane.org/gmane.comp.lang.haskell.cafe/53531/ focus=53560 htt

Re: [Haskell-cafe] Re: [Hs-Generics] how to automatically create and install documentations of a package?

2009-09-21 Thread Martijn van Steenbergen
Hi Michael, Michael Shulman wrote: Is there a way to make it automatically update a single contents page with links to the documentation of all installed packages? See: http://thread.gmane.org/gmane.comp.lang.haskell.cafe/53531/focus=53560 http://thread.gmane.org/gmane.comp.lang.haskell.ca

Re: [Haskell-cafe] Re: [Hs-Generics] how to automatically create and install documentations of a package?

2009-09-19 Thread Michael Shulman
Gwern Branwen wrote: > If you use cabal-install (as you should!), you can have it build > haddocks by customizing ~/.cabal/config and adding: > > documentation: True Is there a way to make it automatically update a single contents page with links to the documentation of all installed packages? I

Re: [Haskell-cafe] Re: [Hs-Generics] how to automatically create and install documentations of a package?

2009-09-19 Thread Gwern Branwen
On Sat, Sep 19, 2009 at 11:59 AM, Sean Leather wrote: > Hi Daneel, > > On Sat, Sep 19, 2009 at 13:58, Daneel Yaitskov wrote: >> >> Recently I've found wonderful thing cabal can install packages itself! It >> can even install those packages which need for final one. But I'm disturbed >> cabal doesn

[Haskell-cafe] Re: [Hs-Generics] how to automatically create and install documentations of a package?

2009-09-19 Thread Sean Leather
Hi Daneel, On Sat, Sep 19, 2009 at 13:58, Daneel Yaitskov wrote: > > Recently I've found wonderful thing cabal can install packages itself! It > can even install those packages which need for final one. But I'm disturbed > cabal doesn't create the documentation of a package by default. It manually