aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/TikiWiki.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-6/+6
2020-06-28Remove obsolete RelaxedPolyRec extension (#6487)Nikolay Yakimov1-1/+0
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-47/+47
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-2/+2
2018-12-31Replace read with safeRead (#5186)Mauro Bieg1-3/+6
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-06-28TikiWiki reader: improve list parsing (#4723)Mauro Bieg1-3/+4
2018-05-03Relicense TikiWiki reader as GPL v2 or above, like rest of pandoc.John MacFarlane1-1/+1
2018-03-29Removed unused extensions (#4506)Anabra1-5/+3
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-19hlint code improvements.John MacFarlane1-7/+7
2017-11-02hlintAlexander Krotov1-5/+3
2017-10-27hlint suggestions.John MacFarlane1-54/+50
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-22/+24
2017-07-21Added TikiWiki reader (#3800)rlpowell1-0/+658