| Commit message (Expand) | Author | Age | Files | Lines |
* | Add DocWarning to Doc | Simon Hengel | 2012-02-04 | 1 | -4/+10 |
* | Merge ../../../haddock | David Waern | 2011-12-27 | 1 | -6/+8 |
|\ |
|
| * | Go back to having a doc, sub and decl map instead of one big decl map. | David Waern | 2011-12-27 | 1 | -4/+6 |
* | | Update dependencies and binaryInterfaceVersion | Ian Lynagh | 2011-12-12 | 1 | -0/+4 |
|/ |
|
* | Allow doc comments to link to out-of-scope things (#78). | David Waern | 2011-11-26 | 1 | -0/+6 |
* | Give preference to type over data constructors for doc comment links at renam... | David Waern | 2011-11-26 | 1 | -2/+2 |
* | Remove #ifs for older compiler versions. | David Waern | 2011-11-25 | 1 | -2/+0 |
* | Add flag --interface-version. | David Waern | 2011-11-25 | 1 | -1/+1 |
* | Merge branch 'development' | David Waern | 2011-10-22 | 1 | -7/+3 |
|\ |
|
| * | Bump .haddock file version since the format has changed recently | David Waern | 2011-10-22 | 1 | -7/+3 |
| * | Add safe haskell indication to haddock output | David Terei | 2011-10-12 | 1 | -1/+3 |
* | | Add safe haskell indication to haddock output | David Terei | 2011-10-12 | 1 | -1/+3 |
* | | Follow changes to BinIface Name serialization | Max Bolingbroke | 2011-09-27 | 1 | -20/+35 |
|/ |
|
* | Bump GHC dep to allow 7.2 | Ian Lynagh | 2011-06-26 | 1 | -0/+4 |
* | Remove code for ghc < 7 | David Waern | 2010-11-15 | 1 | -5/+1 |
* | follow changes in the GHC API | Simon Marlow | 2010-10-27 | 1 | -0/+3 |
* | Fix up __GLASGOW_HASKELL__ tests | Ian Lynagh | 2010-09-21 | 1 | -2/+2 |
* | Update interface file versioning to work with ghc 6.14/15 | David Waern | 2010-08-31 | 1 | -0/+4 |
* | Add source entity path to --read-interface | David Waern | 2010-08-29 | 1 | -1/+8 |
* | Fix build in GHC tree | Ian Lynagh | 2010-07-30 | 1 | -1/+1 |
* | Style police in Haddock.InterfaceFile | David Waern | 2010-07-21 | 1 | -12/+12 |
* | Fix a few stylistic issues in H.InterfaceFile | David Waern | 2010-05-13 | 1 | -2/+9 |
* | Position the module header the same way everywhere | David Waern | 2010-05-13 | 1 | -1/+0 |
* | Add markup support for interactive examples | simon.hengel | 2010-04-02 | 1 | -0/+16 |
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 1 | -1/+1 |
* | Remove cruft due to compatibility with older GHCs | David Waern | 2009-11-28 | 1 | -5/+1 |
* | Fix building with GHC >= 6.12 | Ian Lynagh | 2009-09-22 | 1 | -0/+6 |
* | Use Map.fromList/toList intead of fromAscList/toAscList when serializing Maps | David Waern | 2009-09-11 | 1 | -2/+2 |
* | Follow changes in GHC's interface file format | Simon Marlow | 2009-08-24 | 1 | -4/+4 |
* | InterfaceFile: ghc >= 6.10 | Isaac Dupree | 2009-08-23 | 1 | -28/+0 |
* | cross-package fnArgDocs. WARNING: changes .haddock binary format | Isaac Dupree | 2009-08-23 | 1 | -8/+15 |
* | Do not version .haddock file based on GHC patchlevel version | David Waern | 2009-08-14 | 1 | -18/+5 |
* | Version .haddock files made with GHC 6.10.3/4 correclty | David Waern | 2009-08-14 | 1 | -6/+6 |
* | Fix unused import warnings | Ian Lynagh | 2009-07-07 | 1 | -5/+0 |
* | Add Haddock module headers | David Waern | 2009-06-24 | 1 | -5/+10 |
* | -Wall police | David Waern | 2009-03-27 | 1 | -1/+1 |
* | Remove H.DocName and put DocName in H.Types | David Waern | 2009-03-27 | 1 | -1/+23 |
* | Bump .haddock file version number (due to change of format) | David Waern | 2009-03-21 | 1 | -5/+11 |
* | Typo in comment | Joachim Breitner | 2009-02-20 | 1 | -1/+1 |
* | Show re-exported names from external packages again | David Waern | 2009-01-02 | 1 | -2/+6 |
* | Store hidden modules in .haddock files | David Waern | 2008-11-15 | 1 | -5/+7 |
* | Fix warnings in H.InterfaceFile and H.Options | David Waern | 2008-11-06 | 1 | -1/+2 |
* | Wibble | David Waern | 2008-10-22 | 1 | -0/+1 |
* | Add back .haddock file versioning based on GHC version | David Waern | 2008-10-10 | 1 | -0/+9 |
* | Make Haddock build with GHC 6.8.2 | David Waern | 2008-10-10 | 1 | -10/+13 |
* | Port Haddock.Interface to new GHC API. | Thomas Schilling | 2008-09-15 | 1 | -42/+60 |
* | Fix some warnings | Ian Lynagh | 2008-08-27 | 1 | -51/+55 |
* | Follow changes to Binary in GHC 6.9 | David Waern | 2008-08-13 | 1 | -1/+78 |
* | Make our .haddock file version number depend on the GHC version | David Waern | 2008-08-12 | 1 | -1/+17 |
* | Remove claim of backwards compatibility from docs for readInterfaceFile | David Waern | 2008-05-01 | 1 | -2/+0 |