aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Creole.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-6/+5
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel1-1/+1
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-14/+14
2019-03-01Remove license boilerplate.John MacFarlane1-23/+0
2018-11-03Creole reader: parse Text without converting to [Char]Alexander Krotov1-4/+3
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-2/+1
2017-11-15Creole reader: Fix performance issue for longer lists. (#4075)Sascha Wilde1-1/+1
2017-10-31Creole reader: fixed some minor typos and formatting.Sascha Wilde1-4/+5
2017-10-31Creole reader: fixed lists with trailing white space.Sascha Wilde1-1/+2
2017-10-27hlint suggestions.John MacFarlane1-1/+1
2017-10-27hlint changes.John MacFarlane1-17/+19
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-6/+6
2017-10-26Creole reader (#3994)Sascha Wilde1-0/+316