aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Hyperlinker.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix after Iface modules renamingSylvain Henry2020-01-021-2/+2
* update for new way to store hiefile headersZubin Duggal2019-05-301-2/+3
* Remove workaround for now-fixed Clang CPP bug (#1028)Alec Theriault2019-02-111-3/+1
* Use `.hie` files for the Hyperlinker backend (#977)Alec Theriault2019-01-311-11/+44
* Set UTF-8 encoding before writing files (#934)Alec Theriault2018-10-161-1/+2
* Move source paths types to hyperlinker types module.Łukasz Hanuszczak2015-07-061-0/+2
* Extract main hyperlinker types to separate module.Łukasz Hanuszczak2015-07-061-0/+1
* Refactor source path mapping to use modules as indices.Łukasz Hanuszczak2015-07-051-9/+6
* Make hyperlinker respect pretty-printer flag and add documentation.Łukasz Hanuszczak2015-06-301-7/+23
* Add basic support for cross-package hyperlink generation.Łukasz Hanuszczak2015-06-301-12/+13
* Rewrite source generation to fixed links and directory structure.Łukasz Hanuszczak2015-06-301-17/+12
* Make external hyperlinks point to locations specified by source URLs.Łukasz Hanuszczak2015-06-301-5/+3
* Make source hyperlinker generate output in apropriate directory.Łukasz Hanuszczak2015-06-301-16/+25
* Add support for fancy highlighting upon hovering over identifier.Łukasz Hanuszczak2015-06-301-2/+8
* Add support for providing custom CSS files for hyperlinked source.Łukasz Hanuszczak2015-06-301-6/+20
* Create hyperlinker module and plug it into the Haddock pipeline.Łukasz Hanuszczak2015-06-301-0/+25