| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dubious parseModLink | alexbiehl | 2021-02-07 | 1 | -4/+0 |
* | Add support for labeled module references | Iñaki García Etxebarria | 2021-02-07 | 1 | -13/+41 |
* | Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243) | Xia Li-yao | 2020-12-08 | 1 | -1/+1 |
* | Allow more characters in anchor following module reference (#1220) | Xia Li-yao | 2020-12-08 | 1 | -2/+8 |
* | `haddock-library` document header level | Alec Theriault | 2020-03-28 | 1 | -4/+4 |
* | Update parsing to strip whitespace from table cells (#1074) | Alina Banerjee | 2020-03-20 | 1 | -7/+7 |
* | Fix build-failure regression for base < 4.7 | Herbert Valerio Riedel | 2019-12-08 | 1 | -1/+0 |
* | Better identifier parsing | Alec Theriault | 2019-02-25 | 1 | -59/+4 |
* | Support value/type namespaces on identifier links | Alec Theriault | 2019-02-25 | 1 | -8/+14 |
* | Fix warnings, accept output | Alec Theriault | 2018-12-12 | 1 | -1/+1 |
* | Accept test case | Alec Theriault | 2018-11-06 | 1 | -1/+1 |
* | Support (and flatten) inline markup in image links | Alec Theriault | 2018-11-06 | 1 | -5/+10 |
* | Support hyperlink labels with inline markup | Alec Theriault | 2018-11-06 | 1 | -10/+12 |
* | Faster 'Text' driven parser combinators | Alec Theriault | 2018-11-05 | 1 | -14/+16 |
* | Replace 'attoparsec' with 'parsec' (#799) | Alec Theriault | 2018-04-25 | 1 | -192/+236 |
* | @since includes package name (#749) | Alec Theriault | 2018-03-27 | 1 | -3/+6 |
* | Make a proper definition for the <link> parser | Simon Jakobi | 2018-03-14 | 1 | -4/+6 |
* | Restore backward-compat with base-4.5 through base-4.8 | Herbert Valerio Riedel | 2018-03-10 | 1 | -2/+27 |
* | Support unicode operators, proper modules | Alec Theriault | 2018-03-02 | 1 | -22/+12 |
* | Grid Tables (#718) | Oleg Grenrus | 2018-02-01 | 1 | -3/+193 |
* | Take until line feed | alexbiehl | 2018-02-01 | 1 | -1/+1 |
* | Remove scanner, takeWhile1_ already takes care of escaping | alexbiehl | 2018-02-01 | 1 | -14/+1 |
* | Treat escaped \] better in definition lists (#717) | Alexander Biehl | 2018-02-01 | 1 | -1/+14 |
* | Fixup haddock | Alexander Biehl | 2017-07-31 | 1 | -1/+1 |
* | Consequently use inClass and notInClass in haddock-library (#617) | Alex Biehl | 2017-05-13 | 1 | -8/+13 |
* | Fix the documentation for haddock itself. | Dominic Steinitz | 2015-12-21 | 1 | -9/+15 |
* | Handle inline math with mathjax. | Dominic Steinitz | 2015-12-21 | 1 | -1/+15 |
* | Make nested lists count indentation according to first item. | Łukasz Hanuszczak | 2015-05-27 | 1 | -35/+46 |
* | Create simple method for indentation parsing. | Łukasz Hanuszczak | 2015-05-27 | 1 | -0/+9 |
* | Filter '\r' from comments due to Windows problems. | Vincent Berthoux | 2015-01-22 | 1 | -2/+3 |
* | Disambiguate string-literals | Herbert Valerio Riedel | 2014-12-12 | 1 | -4/+4 |
* | Update doctest parts of comments | Mateusz Kowalczyk | 2014-12-10 | 1 | -18/+22 |
* | Allow the parser to spit out meta-info | Mateusz Kowalczyk | 2014-12-10 | 1 | -2/+4 |
* | (wip) Add support for @since (closes #26) | Simon Hengel | 2014-11-16 | 1 | -6/+20 |
* | State intention rather than implementation details in Haddock comment | Simon Hengel | 2014-11-16 | 1 | -1/+1 |
* | newtype-wrap parser monad | Simon Hengel | 2014-11-08 | 1 | -1/+1 |
* | Minor code simplification | Simon Hengel | 2014-11-08 | 1 | -4/+3 |
* | Fix parsing of identifiers written in infix way | Mateusz Kowalczyk | 2014-11-04 | 1 | -11/+12 |
* | Allow an optional colon after the closing bracket of definition lists | Simon Hengel | 2014-11-03 | 1 | -1/+1 |
* | Add support for markdown images | Simon Hengel | 2014-11-03 | 1 | -2/+10 |
* | Allow markdown links at the beginning of a paragraph | Simon Hengel | 2014-11-03 | 1 | -2/+18 |
* | Add support for markdown links (closes #336) | Simon Hengel | 2014-11-03 | 1 | -2/+20 |
* | parser: Try to parse definition lists right before text paragraphs | Simon Hengel | 2014-11-03 | 1 | -1/+1 |
* | Minor refactoring | Simon Hengel | 2014-11-03 | 1 | -22/+28 |
* | Remove unused language extensions | Simon Hengel | 2014-11-03 | 1 | -4/+0 |
* | Fix #313 by doing some list munging. | Mateusz Kowalczyk | 2014-08-15 | 1 | -13/+13 |
* | Catch mid-line URLs. Fixes #314. | Mateusz Kowalczyk | 2014-07-28 | 1 | -2/+2 |
* | Don't mangle append order for nested lists. | Mateusz Kowalczyk | 2014-06-25 | 1 | -14/+2 |
* | Drop DocParagraph from front of headers | Mateusz Kowalczyk | 2014-06-25 | 1 | -1/+6 |
* | Fix anchors. Closes #308. | Mateusz Kowalczyk | 2014-06-25 | 1 | -3/+8 |