aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Allow http-client 0.4.30, which is the version in stackage lts.John MacFarlane1-16/+0
2016-10-13Revert "Remove http-client CPP conditionals."John MacFarlane1-1/+10
2016-10-13Shared: add function combining lines using LineBreakAlbert Krewinkel1-0/+11
2016-09-03Remove http-client CPP conditionals.Jesse Rosenthal1-10/+1
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-07-20Rename README to MANUAL.txtAlbert Krewinkel1-2/+2
2016-07-14Shared: improve year sanity check in normalizeDateJesse Rosenthal1-6/+6
2016-07-14Shared: normalizeDate should reject illegal years.Jesse Rosenthal1-5/+10
2016-07-14Shared: Add further formats for `normalizeDate`Jesse Rosenthal1-1/+2
2016-07-03Fix warning for parseURl import.John MacFarlane1-2/+3
2016-07-03CPP workaround for deprecation of parseUrl in http-client.John MacFarlane1-6/+14
2016-06-23Shared: Add BlockQuote to blocksToInlinesJesse Rosenthal1-0/+1
2016-06-23Shared: introduce blocksToInlines functionJesse Rosenthal1-0/+37
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2016-02-23Make protocol-relative URIs work again.John MacFarlane1-2/+4
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-3/+3
2015-12-29Use cmark 0.5.John MacFarlane1-5/+8
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-6/+12
2015-11-24Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL.John MacFarlane1-6/+19
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-4/+4
2015-11-09Fixed shadowing error.John MacFarlane1-3/+3
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-6/+5
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-5/+6
2015-10-17Remove compiler warning with embed_data_files.John MacFarlane1-1/+1
2015-10-14More changes to avoid compiler warnings on ghc 7.10.John MacFarlane1-3/+7
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+0
2015-10-11Percent-encode more special characters in URLs.John MacFarlane1-2/+5
2015-10-01Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong1-1/+9
2015-09-26Removed unneeded imports.John MacFarlane1-2/+2
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane1-3/+4
2015-08-10EPUB TOC: replace literal "<br/>" with space.John MacFarlane1-0/+1
2015-08-07Updated readers, writers and README for link attributemb211-2/+2
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-2/+2
2015-07-30fix build failure with --flags=-httpsSergei Trofimovich1-1/+2
2015-07-23Added odt readerMarLinn1-6/+6
2015-07-21Use newManager instead of withManager in recent http-client.John MacFarlane1-1/+10
2015-07-12Changed hierarchicalize so it treats references div as top-level header.John MacFarlane1-0/+5
2015-06-28Added a needed import in Shared.John MacFarlane1-0/+1
2015-06-28Let reference.docx/odt behave as if they are virtual data files.John MacFarlane1-1/+72
2015-06-28Minor fixes to previous commit.John MacFarlane1-8/+3
2015-06-28New method for producing man pages.John MacFarlane1-6/+14
2015-05-27Fixed svg handling in EPUB writer.John MacFarlane1-0/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-02-18Move utility error functions to Text.Pandoc.SharedMatthew Pickering1-0/+10
2015-02-18Make safeRead safe.Matthew Pickering1-3/+3
2014-12-19Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane1-1/+1
2014-10-08fix inDirectory to reset to the original directory in case an exception occursFreiric Barral1-6/+4
2014-09-25Shared: Make collapseFilePath OS-agnosticmpickering1-5/+9
2014-08-31Shared: Moved import of toChunks outside of conditional.John MacFarlane1-1/+1