Re: [Haskell-cafe] ANNOUNCE: docidx-1.0.0

2011-07-18 Thread Andy Gimblett
With apologies, I now announce docidx-1.0.1 which fixes a problem kindly pointed out by Jack Henahan. If you tried to install docidx using cabal install over the weekend and failed, please try again now. The docidx-1.0.0.tar.gz uploaded to hackage on Friday was missing most of its source code

Re: [Haskell-cafe] ANNOUNCE: docidx-1.0.0

2011-07-16 Thread Joachim Breitner
Hi, Am Freitag, den 15.07.2011, 13:38 +0100 schrieb Andy Gimblett: The idea is to complement the index by module name which Cabal creates and maintains. Sometimes you want to find things by package. :-) (But note that unlike Cabal's index, docidx's isn't automatically updated when you

[Haskell-cafe] ANNOUNCE: docidx-1.0.0

2011-07-15 Thread Andy Gimblett
Hi all. I'd like to announce docidx, a new tool for Haskell documentation: http://hackage.haskell.org/package/docidx http://github.com/gimbo/docidx.hs docidx is a program which creates a static HTML page indexing your installed packages, with links to your local haddock docs and to

Re: [Haskell-cafe] ANNOUNCE: docidx-1.0.0

2011-07-15 Thread Jack Henahan
I've been using docidx for a while now. It's a great little tool. I highly recommend to anyone looking for a centralized documentation tool. Jack On Jul 15, 2011, at 8:38 AM, Andy Gimblett wrote: Hi all. I'd like to announce docidx, a new tool for Haskell documentation: