Thanks to a large portion of help from Ian, I now have Hoogle working at http://new-www.haskell.org/hoogle/ The old Hoogle seems to have broken with a configuration error - not sure if that's related to the move, or just the old server being flakey, but come tomorrow it won't matter. Thanks, Neil On Mon, Nov 29, 2010 at 10:01 PM, Bas van Dijk <v.dijk.bas@gmail.com> wrote:
On Mon, Nov 29, 2010 at 10:02 PM, Neil Mitchell <ndmitchell@gmail.com> wrote:
Hi Bas,
Neil will be working on developing Hoogle all this weekend, but without Internet access. He expects to get it set up on the new server sometime during next week, but probably not before Weds.
Ok thanks for the heads up! We get a new developer at work next week who needs to read through some of our Haskell code. It really helps to have Hoogle around for this type of thing. I'll tell him to install one locally. (Of course there's also Hayoo which is great also)
With the darcs version of Hoogle running a local hoogle server is now trivial - just type "hoogle server". With that you can build a version of Hoogle that indexes both hackage, along with whatever codebase you might use.
Thanks, Neil
Nice, thanks!