rlopez1j / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

Add hoogle index/search to web interface #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hoogle uses databases to generate a search/query interface to a haskell
source tree, with cross references to documentation.

See: http://www.haskell.org/hoogle/

It should be a great help for users looking for the definitions of things.

Cross linking to Prelude/other libraries would also be a bonus. (Note that
the xmonad docs hosted on hackage already include cross links).

Original issue reported on code.google.com by don...@gmail.com on 24 Mar 2008 at 12:11

GoogleCodeExporter commented 9 years ago
Just to clarify: would this be a specifically XMonad Hoogle installation, like 
the
one GTK2HS has for itself (<http://haskell.org/hoogle/?package=gtk>)?

Original comment by gwe...@gmail.com on 25 Mar 2008 at 6:32

GoogleCodeExporter commented 9 years ago
While generating the index is easy, setting up the cross-referenced web search 
is
non-trivial, according to ndm.

Putting this on the backburner.

Original comment by don...@gmail.com on 28 Mar 2008 at 11:42

GoogleCodeExporter commented 9 years ago
Use hackage's hayoo instead.

Original comment by SpencerJ...@gmail.com on 9 Jan 2009 at 11:52