summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Haddock.hs
Commit message (Expand)AuthorAge
* Removed readerVerbosity and writerVerbosity.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Don't require haddock-library 1.4.John MacFarlane2016-07-15
* Haddock reader - support math.John MacFarlane2016-07-14
* Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* Change return type of Haddock readerMatthew Pickering2015-02-18
* Allow haddock-library 1.2, by calling the Documentation.Haddock.Types.MetaDoc...Mark Wright2015-01-05
* Require haddock-library >= 1.1 and simplify haddock reader code.John MacFarlane2014-06-26
* More polish on Haddock reader/writer.John MacFarlane2014-06-18
* Finished first draft of Haddock writer.John MacFarlane2014-06-18
* Rewrote haddock reader to use haddock-library.John MacFarlane2014-06-18
* Removed old haddock reader code. Add dependency on haddock-library.John MacFarlane2014-06-18
* Use new flexible metadata type.John MacFarlane2013-06-24
* Haddock reader: improved error reporting.David Lazar2013-03-29
* Add reader for Haddock markup based on Haddock's own lexer/parser.David Lazar2013-03-28