Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -14/+14 | |
PR #5884. + Use pandoc-types 1.20 and texmath 0.12. + Text is now used instead of String, with a few exceptions. + In the MediaBag module, some of the types using Strings were switched to use FilePath instead (not Text). + In the Parsing module, new parsers `manyChar`, `many1Char`, `manyTillChar`, `many1TillChar`, `many1Till`, `manyUntil`, `mantyUntilChar` have been added: these are like their unsuffixed counterparts but pack some or all of their output. + `glob` in Text.Pandoc.Class still takes String since it seems to be intended as an interface to Glob, which uses strings. It seems to be used only once in the package, in the EPUB writer, so that is not hard to change. | |||||
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -23/+0 | |
The haddock module header contains essentially the same information, so the boilerplate is redundant and just one more thing to get out of sync. | |||||
2018-11-03 | Creole reader: parse Text without converting to [Char] | Alexander Krotov | 1 | -4/+3 | |
2018-07-02 | Spellcheck comments | Alexander Krotov | 1 | -1/+1 | |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -2/+1 | |
2017-11-15 | Creole reader: Fix performance issue for longer lists. (#4075) | Sascha Wilde | 1 | -1/+1 | |
Fixes #4067. | |||||
2017-10-31 | Creole reader: fixed some minor typos and formatting. | Sascha Wilde | 1 | -4/+5 | |
2017-10-31 | Creole reader: fixed lists with trailing white space. | Sascha Wilde | 1 | -1/+2 | |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -1/+1 | |
2017-10-27 | hlint changes. | John MacFarlane | 1 | -17/+19 | |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -6/+6 | |
2017-10-26 | Creole reader (#3994) | Sascha Wilde | 1 | -0/+316 | |
This is feature complete but not very thoroughly tested yet. |