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