[Haddock] [haddock] #157: Push/improve Haddock API and .haddock files usage

haddock haddock at projects.haskell.org
Sat Nov 20 17:39:51 EST 2010


#157: Push/improve Haddock API and .haddock files usage
---------------------------------+------------------------------------------
Reporter:  claus                 |        Owner:       
    Type:  defect                |       Status:  new  
Priority:  major                 |    Milestone:  2.7.0
 Version:  2.7.2                 |   Resolution:       
Keywords:  API, interface files  |  
---------------------------------+------------------------------------------
Comment (by claus):

 Here is an example application (generating text index of haddock docs,
 from .haddock files and ghc-pkg database, for use in Haskell IDEs; the
 format is close to what haskellmode for Vim uses). The code is somewhat
 frankensteinish at the moment, with pieces copies together from non-
 exposed haddock functionality.

 Btw, I'm pretty sure that haddock's --hoogle could be made to work from
 .haddock and .hi files (currently, it seems to want input source?), so
 that hoogle's .txt files could be reconstructed without sources (module
 comments seem to be missing, and patching in types from .hi files might be
 some work).

-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/157#comment:1>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool


More information about the Haddock mailing list