aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Creole.hs
AgeCommit message (Expand)AuthorFilesLines
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