index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
OOXML.hs
Age
Commit message (
Expand
)
Author
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-09-28
Use throwError instead of fail when appropriate.
John MacFarlane
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
2018-01-19
hlint code improvements.
John MacFarlane
2018-01-18
Clean up T.P.W.OOXML file, and add copyright.
Jesse Rosenthal
2017-12-13
Removed whitespace at ends of line.
John MacFarlane
2017-12-11
Create shared OOXML writer file.
Jesse Rosenthal