Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't require -B <ghc-libdir> when no argument files | David Waern | 2007-11-11 | 1 | -8/+18 |
| | | | | | | Change readInterfaceFile to take a Maybe Session, to avoid having to pass -B <ghc-libdir> to Haddock when there're no source files to process. This is nice when computing contents/index for external packages. | ||||
* | Introduce InstalledInterface structure and add more stuff to the .haddock files | David Waern | 2007-11-10 | 1 | -26/+190 |
| | | | | | | | We introduce InstalledInterface capturing the part of Interface that is stored in the interface files. We change the ppHtmlContents and ppHtmllIndex to take this structure instead of a partial Interface. We add stuff like the doc map and exported names to the .haddock file (via InstalledInterface). | ||||
* | Synch loading of names from .haddock files with GHC's name cache | David Waern | 2007-11-08 | 1 | -8/+12 |
| | |||||
* | Refactoring -- get rid of Haddock.Packages | David Waern | 2007-10-18 | 1 | -34/+38 |
| | |||||
* | Add support for --read-interface again | David Waern | 2007-10-18 | 1 | -6/+10 |
| | |||||
* | Rename HaddockModule to Interface | David Waern | 2007-08-30 | 1 | -5/+5 |
| | |||||
* | Major refactoring | David Waern | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | Add top module comment to all files | David Waern | 2007-08-17 | 1 | -0/+8 |
| | |||||
* | Fix conflicts | David Waern | 2007-07-11 | 1 | -1/+1 |
| | |||||
* | update to compile with the latest GHC & Cabal | Simon Marlow | 2007-05-30 | 1 | -2/+3 |
| | |||||
* | Follow changes to record constructor representation | David Waern | 2007-07-11 | 1 | -1/+1 |
| | |||||
* | Do save/read of interface files properly | davve@dtek.chalmers.se | 2007-04-05 | 1 | -22/+167 |
| | |||||
* | De-flatten the namespace | davve@dtek.chalmers.se | 2007-03-25 | 1 | -1/+1 |
| | |||||
* | Start work on Haddock API | davve@dtek.chalmers.se | 2007-03-25 | 1 | -0/+50 |