aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock.hs
Commit message (Expand)AuthorAgeFilesLines
* Make haddock-library and haddock-api warning free (#626)Alex Biehl2017-05-301-6/+6
* Haddock: Fix broken lazy IO in prologue reading (#615)Alex Biehl2017-05-121-2/+3
* Improve error messageSergey Vinokurov2017-04-291-1/+1
* Travis: Use ghc-8.2.1 on masteralexbiehl2017-04-251-9/+16
* Prevent GHC API from doing optimization passes.Kyrill Briantsev2017-04-111-1/+1
* Merge branch 'ghc-head'Ben Gamari2017-03-101-13/+11
|\
| * Kill remaining static flagsBen Gamari2017-02-021-12/+2
| * haddock-api: Don't use stdcall calling convention on 64-bit WindowsBen Gamari2016-12-091-1/+9
* | do not create empty src directorySebastian Meric de Bellefon2016-06-221-1/+1
|/
* Use -fprint-unicode-syntax when --use-unicode is enabledBen Gamari2016-02-081-4/+7
* Make sure --mathjax affects all written HTML filesJoachim Breitner2016-01-191-1/+1
* Fix the documentation for haddock itself.Dominic Steinitz2015-12-211-2/+3
* Changes to compile with 8.0Matthew Pickering2015-12-141-1/+1
* s/PackageKey/UnitId/g and s/packageKey/unitId/gEdward Z. Yang2015-12-141-3/+3
* Create Process: removed PhaseFailedTamar Christina2015-12-141-5/+2
* Override source line flags when source hyperlinker is enabled.Łukasz Hanuszczak2015-08-021-2/+7
* Add support for hyperlinking modules in import lists.Łukasz Hanuszczak2015-07-061-1/+1
* Fix bug where not all module interfaces were added to source mapping.Łukasz Hanuszczak2015-07-051-2/+4
* Refactor source path mapping to use modules as indices.Łukasz Hanuszczak2015-07-051-10/+17
* Make Haddock generate warnings about potential misuse of hyperlinker.Łukasz Hanuszczak2015-07-041-0/+30
* Make hyperlinker respect pretty-printer flag and add documentation.Łukasz Hanuszczak2015-06-301-1/+1
* Make Haddock generate source for all interfaces (also hidden ones).Łukasz Hanuszczak2015-06-301-1/+1
* Add basic support for cross-package hyperlink generation.Łukasz Hanuszczak2015-06-301-1/+1
* Rewrite source generation to fixed links and directory structure.Łukasz Hanuszczak2015-06-301-6/+5
* Make external hyperlinks point to locations specified by source URLs.Łukasz Hanuszczak2015-06-301-1/+6
* Make source hyperlinker generate output in apropriate directory.Łukasz Hanuszczak2015-06-301-2/+8
* Add support for providing custom CSS files for hyperlinked source.Łukasz Hanuszczak2015-06-301-1/+2
* Create hyperlinker module and plug it into the Haddock pipeline.Łukasz Hanuszczak2015-06-301-0/+4
* Make the error encountered when a package can't be found moreBen Gamari2015-03-251-12/+21
* --package-name and --package-version flagsMateusz Kowalczyk2015-01-221-3/+24
* Add missing import for standalone haddock-api packageLuite Stegeman2014-12-221-0/+1
* hide projectVersion from DynFlags since it clashes with Haddock.Version.proje...Luite Stegeman2014-12-191-1/+1
* Properly render package ID (not package key) in index, fixes #329.Edward Z. Yang2014-12-121-2/+2
* Changes due to ghc api changes in package representationDuncan Coutts2014-12-121-5/+8
* Revert "Merge branch 'reverts'"Mateusz Kowalczyk2014-12-121-5/+5
* Allow the parser to spit out meta-infoMateusz Kowalczyk2014-12-101-3/+6
* Fix improper lazy IO usetreeowl2014-10-091-1/+1
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-0/+488