aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/InterfaceFile.hs
Commit message (Expand)AuthorAgeFilesLines
* Build with GHC 7.7Ian Lynagh2012-07-201-0/+4
* Mostly hlint-inspired cleanup.David Waern2012-02-041-18/+16
* Add DocWarning to DocSimon Hengel2012-02-041-4/+10
* Merge ../../../haddockDavid Waern2011-12-271-6/+8
|\
| * Go back to having a doc, sub and decl map instead of one big decl map.David Waern2011-12-271-4/+6
* | Update dependencies and binaryInterfaceVersionIan Lynagh2011-12-121-0/+4
|/
* Allow doc comments to link to out-of-scope things (#78).David Waern2011-11-261-0/+6
* Give preference to type over data constructors for doc comment links at renam...David Waern2011-11-261-2/+2
* Remove #ifs for older compiler versions.David Waern2011-11-251-2/+0
* Add flag --interface-version.David Waern2011-11-251-1/+1
* Merge branch 'development'David Waern2011-10-221-7/+3
|\
| * Bump .haddock file version since the format has changed recentlyDavid Waern2011-10-221-7/+3
| * Add safe haskell indication to haddock outputDavid Terei2011-10-121-1/+3
* | Add safe haskell indication to haddock outputDavid Terei2011-10-121-1/+3
* | Follow changes to BinIface Name serializationMax Bolingbroke2011-09-271-20/+35
|/
* Bump GHC dep to allow 7.2Ian Lynagh2011-06-261-0/+4
* Remove code for ghc < 7David Waern2010-11-151-5/+1
* follow changes in the GHC APISimon Marlow2010-10-271-0/+3
* Fix up __GLASGOW_HASKELL__ testsIan Lynagh2010-09-211-2/+2
* Update interface file versioning to work with ghc 6.14/15David Waern2010-08-311-0/+4
* Add source entity path to --read-interfaceDavid Waern2010-08-291-1/+8
* Fix build in GHC treeIan Lynagh2010-07-301-1/+1
* Style police in Haddock.InterfaceFileDavid Waern2010-07-211-12/+12
* Fix a few stylistic issues in H.InterfaceFileDavid Waern2010-05-131-2/+9
* Position the module header the same way everywhereDavid Waern2010-05-131-1/+0
* Add markup support for interactive examplessimon.hengel2010-04-021-0/+16
* Rename HsDoc back into DocDavid Waern2009-11-281-1/+1
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-281-5/+1
* Fix building with GHC >= 6.12Ian Lynagh2009-09-221-0/+6
* Use Map.fromList/toList intead of fromAscList/toAscList when serializing MapsDavid Waern2009-09-111-2/+2
* Follow changes in GHC's interface file formatSimon Marlow2009-08-241-4/+4
* InterfaceFile: ghc >= 6.10Isaac Dupree2009-08-231-28/+0
* cross-package fnArgDocs. WARNING: changes .haddock binary formatIsaac Dupree2009-08-231-8/+15
* Do not version .haddock file based on GHC patchlevel versionDavid Waern2009-08-141-18/+5
* Version .haddock files made with GHC 6.10.3/4 correcltyDavid Waern2009-08-141-6/+6
* Fix unused import warningsIan Lynagh2009-07-071-5/+0
* Add Haddock module headersDavid Waern2009-06-241-5/+10
* -Wall policeDavid Waern2009-03-271-1/+1
* Remove H.DocName and put DocName in H.TypesDavid Waern2009-03-271-1/+23
* Bump .haddock file version number (due to change of format)David Waern2009-03-211-5/+11
* Typo in commentJoachim Breitner2009-02-201-1/+1
* 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