summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Haddock.hs
AgeCommit message (Expand)Author
2022-08-18Handle haddock 1.11.0 API changes (not noted in their changelog).John MacFarlane
2021-05-25Use haddock-library-1.10.0Albert Krewinkel
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-03Minor ghc 8.8 fixups.John MacFarlane
2018-05-30Revert "ALlow compilation with haddock-library 1.4 and above."John MacFarlane
2018-05-30ALlow compilation with haddock-library 1.4 and above.John MacFarlane
2018-05-20Use haddock-library 1.6.0.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17More CSS around DocTable in Haddock reader.John MacFarlane
2018-03-16Allow earlier versions of haddock-library, use CPP.John MacFarlane
2018-03-16Better table handling for Haddock.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane
2017-01-25Unify Errors.Jesse Rosenthal
2017-01-25Working on readers.Jesse Rosenthal
2016-09-02Remove Compat.MonoidJesse Rosenthal
2016-07-15Don't require haddock-library 1.4.John MacFarlane
2016-07-14Haddock reader - support math.John MacFarlane
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-02-18Change return type of Haddock readerMatthew Pickering
2015-01-05Allow haddock-library 1.2, by calling the Documentation.Haddock.Types.MetaDoc...Mark Wright
2014-06-26Require haddock-library >= 1.1 and simplify haddock reader code.John MacFarlane
2014-06-18More polish on Haddock reader/writer.John MacFarlane
2014-06-18Finished first draft of Haddock writer.John MacFarlane
2014-06-18Rewrote haddock reader to use haddock-library.John MacFarlane
2014-06-18Removed old haddock reader code. Add dependency on haddock-library.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2013-03-29Haddock reader: improved error reporting.David Lazar
2013-03-28Add reader for Haddock markup based on Haddock's own lexer/parser.David Lazar