aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/InterfaceFile.hs
Commit message (Expand)AuthorAgeFilesLines
* Show re-exported names from external packages againDavid Waern2009-01-021-2/+6
* Store hidden modules in .haddock filesDavid Waern2008-11-151-5/+7
* Fix warnings in H.InterfaceFile and H.OptionsDavid Waern2008-11-061-1/+2
* WibbleDavid Waern2008-10-221-0/+1
* Add back .haddock file versioning based on GHC versionDavid Waern2008-10-101-0/+9
* Make Haddock build with GHC 6.8.2David Waern2008-10-101-10/+13
* Port Haddock.Interface to new GHC API.Thomas Schilling2008-09-151-42/+60
* Fix some warningsIan Lynagh2008-08-271-51/+55
* Follow changes to Binary in GHC 6.9David Waern2008-08-131-1/+78
* Make our .haddock file version number depend on the GHC versionDavid Waern2008-08-121-1/+17
* Remove claim of backwards compatibility from docs for readInterfaceFileDavid Waern2008-05-011-2/+0
* Fix some trivial warnings in H.InterfaceFileDavid Waern2008-02-101-4/+7
* Change the representation of DocNamesDavid Waern2008-02-091-21/+2
* Add documentation for readInterfaceFileDavid Waern2008-01-071-1/+5
* Don't require -B <ghc-libdir> when no argument filesDavid Waern2007-11-111-8/+18
* Introduce InstalledInterface structure and add more stuff to the .haddock filesDavid Waern2007-11-101-26/+190
* Synch loading of names from .haddock files with GHC's name cacheDavid Waern2007-11-081-8/+12
* Refactoring -- get rid of Haddock.PackagesDavid Waern2007-10-181-34/+38
* Add support for --read-interface againDavid Waern2007-10-181-6/+10
* Rename HaddockModule to InterfaceDavid Waern2007-08-301-5/+5
* Major refactoringDavid Waern2007-08-291-1/+1
* Add top module comment to all filesDavid Waern2007-08-171-0/+8
* Fix conflictsDavid Waern2007-07-111-1/+1
* update to compile with the latest GHC & CabalSimon Marlow2007-05-301-2/+3
* Follow changes to record constructor representationDavid Waern2007-07-111-1/+1
* Do save/read of interface files properlydavve@dtek.chalmers.se2007-04-051-22/+167
* De-flatten the namespacedavve@dtek.chalmers.se2007-03-251-1/+1
* Start work on Haddock APIdavve@dtek.chalmers.se2007-03-251-0/+50