[GHC] #1572: Make it easy to find documentation for installed packages

GHC trac at galois.com
Wed Aug 1 05:58:11 EDT 2007


#1572: Make it easy to find documentation for installed packages
-----------------------+----------------------------------------------------
  Reporter:  simonpj   |          Owner:         
      Type:  task      |         Status:  new    
  Priority:  normal    |      Milestone:         
 Component:  Compiler  |        Version:  6.6.1  
  Severity:  normal    |       Keywords:         
Difficulty:  Unknown   |             Os:  Unknown
  Testcase:            |   Architecture:  Unknown
-----------------------+----------------------------------------------------
`ghc-pkg` builds a package database that helps GHC find all installed
 packages.  But it'd be a great improment if the same step also helped the
 '''user''' find the Haddock documentation for all installed packages.

 Corresponding to GHC's package database would be an HTML page that is a
 single point of entry for the user to find documentation about installed
 packages. Preferably together with a consolidated index.  (And maybe `ghc
 --help` should give the local URL of this documentation root.)

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1572>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list