aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-0/+1
|\
| * Link to (~)Vladislav Zavialov2022-03-141-0/+1
* | fix parsing trailing quotes in backticked identifiers (#1408) (#1483)Artem Pelenitsyn2022-05-081-2/+2
* | Keep track of ordered list indexes and render them (#1407)Ben Simms2022-05-033-8/+23
* | Follow hlint, remove language pragmas in libs. (#1478)Phil de Joux2022-05-033-4/+1
* | Add hlint action .hlint.yaml with ignores & CPP. (#1475)Phil de Joux2022-05-021-1/+2
* | Parse Markdown links at beginning of line within a paragraph (#1470)Steve Hart2022-04-121-1/+1
* | spelling errors (#1471)askeblad2022-04-061-1/+1
* | typos (#1464)askeblad2022-03-162-3/+3
|/
* Remove dubious parseModLinkalexbiehl2021-02-071-4/+0
* Add support for labeled module referencesIñaki García Etxebarria2021-02-073-19/+53
* Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243)Xia Li-yao2020-12-082-2/+2
* Allow more characters in anchor following module reference (#1220)Xia Li-yao2020-12-081-2/+8
* `haddock-library` document header levelAlec Theriault2020-03-282-5/+5
* Fix crash in `haddock-library` on unicode spaceAlec Theriault2020-03-271-7/+7
* Update parsing to strip whitespace from table cells (#1074)Alina Banerjee2020-03-201-7/+7
* Fix build-failure regression for base < 4.7Herbert Valerio Riedel2019-12-084-29/+55
* Document error-prone conditional definition of instancesHerbert Valerio Riedel2019-12-081-0/+6
* Release haddock-2.23, haddock-library-1.8.0Alec Theriault2019-05-261-5/+5
* Better identifier parsingAlec Theriault2019-02-253-60/+202
* Support value/type namespaces on identifier linksAlec Theriault2019-02-252-8/+24
* Remove `Documentation.Haddock.Utf8`Alec Theriault2019-02-031-74/+0
* Fix warnings, accept outputAlec Theriault2018-12-122-2/+2
* Accept test caseAlec Theriault2018-11-061-1/+1
* Support (and flatten) inline markup in image linksAlec Theriault2018-11-062-5/+44
* Support hyperlink labels with inline markupAlec Theriault2018-11-063-41/+43
* Faster 'Text' driven parser combinatorsAlec Theriault2018-11-053-35/+83
* Build on 7.4 and 7.8Alec Theriault2018-10-161-1/+2
* Add docs for some DocH constructors (#814)Simon Jakobi2018-06-131-0/+3
* Replace 'attoparsec' with 'parsec' (#799)Alec Theriault2018-04-253-387/+348
* @since includes package name (#749)Alec Theriault2018-03-273-8/+14
* Make a proper definition for the <link> parserSimon Jakobi2018-03-141-4/+6
* Restore backward-compat with base-4.5 through base-4.8Herbert Valerio Riedel2018-03-102-2/+28
* Remove bang patternAlec Theriault2018-03-021-3/+3
* Support unicode operators, proper modulesAlec Theriault2018-03-022-24/+35
* Grid Tables (#718)Oleg Grenrus2018-02-013-4/+216
* Take until line feedalexbiehl2018-02-011-1/+1
* Remove scanner, takeWhile1_ already takes care of escapingalexbiehl2018-02-011-14/+1
* Treat escaped \] better in definition lists (#717)Alexander Biehl2018-02-011-1/+14
* Refactoring: Make doc renaming monadicalexbiehl2017-08-161-0/+3
* Bifoldable and Bitraversable for DocH and MetaDocalexbiehl2017-08-161-0/+61
* Provide --show-interface option to dump interfaces (#645)Alexander Biehl2017-08-061-1/+32
* Prepare haddock-library-1.4.5 releasealexbiehl2017-07-312-1/+13
* Fixup haddockAlexander Biehl2017-07-311-1/+1
* Move `DocMarkup` from haddock-api to haddock-library (#659)Alexander Biehl2017-07-312-0/+86
* Make haddock-library and haddock-api warning free (#626)Alex Biehl2017-05-301-1/+3
* Consequently use inClass and notInClass in haddock-library (#617)Alex Biehl2017-05-132-11/+19
* Make parser state a newtypeDavid Feuer2016-05-241-1/+1
* Fix the documentation for haddock itself.Dominic Steinitz2015-12-212-9/+16
* Handle inline math with mathjax.Dominic Steinitz2015-12-212-1/+16