aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/src/Documentation/Haddock/Parser.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix build-failure regression for base < 4.7Herbert Valerio Riedel2019-12-081-1/+0
* Better identifier parsingAlec Theriault2019-02-251-59/+4
* Support value/type namespaces on identifier linksAlec Theriault2019-02-251-8/+14
* Fix warnings, accept outputAlec Theriault2018-12-121-1/+1
* Accept test caseAlec Theriault2018-11-061-1/+1
* Support (and flatten) inline markup in image linksAlec Theriault2018-11-061-5/+10
* Support hyperlink labels with inline markupAlec Theriault2018-11-061-10/+12
* Faster 'Text' driven parser combinatorsAlec Theriault2018-11-051-14/+16
* Replace 'attoparsec' with 'parsec' (#799)Alec Theriault2018-04-251-192/+236
* @since includes package name (#749)Alec Theriault2018-03-271-3/+6
* 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-101-2/+27
* Support unicode operators, proper modulesAlec Theriault2018-03-021-22/+12
* Grid Tables (#718)Oleg Grenrus2018-02-011-3/+193
* 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
* Fixup haddockAlexander Biehl2017-07-311-1/+1
* Consequently use inClass and notInClass in haddock-library (#617)Alex Biehl2017-05-131-8/+13
* Fix the documentation for haddock itself.Dominic Steinitz2015-12-211-9/+15
* Handle inline math with mathjax.Dominic Steinitz2015-12-211-1/+15
* Make nested lists count indentation according to first item.Łukasz Hanuszczak2015-05-271-35/+46
* Create simple method for indentation parsing.Łukasz Hanuszczak2015-05-271-0/+9
* Filter '\r' from comments due to Windows problems.Vincent Berthoux2015-01-221-2/+3
* Disambiguate string-literalsHerbert Valerio Riedel2014-12-121-4/+4
* Update doctest parts of commentsMateusz Kowalczyk2014-12-101-18/+22
* Allow the parser to spit out meta-infoMateusz Kowalczyk2014-12-101-2/+4
* (wip) Add support for @since (closes #26)Simon Hengel2014-11-161-6/+20
* State intention rather than implementation details in Haddock commentSimon Hengel2014-11-161-1/+1
* newtype-wrap parser monadSimon Hengel2014-11-081-1/+1
* Minor code simplificationSimon Hengel2014-11-081-4/+3
* Fix parsing of identifiers written in infix wayMateusz Kowalczyk2014-11-041-11/+12
* Allow an optional colon after the closing bracket of definition listsSimon Hengel2014-11-031-1/+1
* Add support for markdown imagesSimon Hengel2014-11-031-2/+10
* Allow markdown links at the beginning of a paragraphSimon Hengel2014-11-031-2/+18
* Add support for markdown links (closes #336)Simon Hengel2014-11-031-2/+20
* parser: Try to parse definition lists right before text paragraphsSimon Hengel2014-11-031-1/+1
* Minor refactoringSimon Hengel2014-11-031-22/+28
* Remove unused language extensionsSimon Hengel2014-11-031-4/+0
* Fix #313 by doing some list munging.Mateusz Kowalczyk2014-08-151-13/+13
* Catch mid-line URLs. Fixes #314.Mateusz Kowalczyk2014-07-281-2/+2
* Don't mangle append order for nested lists.Mateusz Kowalczyk2014-06-251-14/+2
* Drop DocParagraph from front of headersMateusz Kowalczyk2014-06-251-1/+6
* Fix anchors. Closes #308.Mateusz Kowalczyk2014-06-251-3/+8
* Fixed haddock warnings.John MacFarlane2014-06-181-6/+4
* Removed reliance on LambdaCase (which breaks build with ghc 7.4).John MacFarlane2014-06-181-3/+3
* Use doctest to check examples in documentationSimon Hengel2014-06-181-0/+3
* Comment improvements + few words in cabal fileMateusz Kowalczyk2014-06-181-9/+28
* Compatibility with older versions of base and bytestringSimon Hengel2014-06-181-1/+1
* Move parser + parser tests out to own package.Mateusz Kowalczyk2014-05-051-0/+474