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 | -47/+47 | |
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-07-02 | Fix redundant constraint warnings. (#5625) | Pete Ryland | 1 | -2/+2 | |
2018-12-31 | Replace read with safeRead (#5186) | Mauro Bieg | 1 | -3/+6 | |
closes #5180 | |||||
2018-07-02 | Spellcheck comments | Alexander Krotov | 1 | -1/+1 | |
2018-06-28 | TikiWiki reader: improve list parsing (#4723) | Mauro Bieg | 1 | -3/+4 | |
- remove trailing Space from list items - parse lists that have no space after marker (fixes #4722) | |||||
2018-05-03 | Relicense TikiWiki reader as GPL v2 or above, like rest of pandoc. | John MacFarlane | 1 | -1/+1 | |
Author has given permission in an email, 3 May 2018. See #4591. | |||||
2018-03-29 | Removed unused extensions (#4506) | Anabra | 1 | -5/+3 | |
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-01-19 | hlint code improvements. | John MacFarlane | 1 | -7/+7 | |
2017-11-02 | hlint | Alexander Krotov | 1 | -5/+3 | |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -54/+50 | |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -22/+24 | |
2017-07-21 | Added TikiWiki reader (#3800) | rlpowell | 1 | -0/+658 | |
Added TikiWiki reader, including tests and documentation. It's probably not *complete*, but it works pretty well, handles all the basics (and some not-so-basics). |