aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-21make_deb.sh: get pandoc-citeproc.1 directly from github.John MacFarlane1-10/+5
2016-07-21deb Vagrantfile: install curl.John MacFarlane1-1/+1
2016-07-20Small changes in debian package creation.John MacFarlane2-3/+2
2016-07-20LaTeX reader: be more forgiving of non-standard characters.John MacFarlane1-1/+1
2016-07-20LaTeX reader: more robust parsing of unknown environments.John MacFarlane1-2/+9
2016-07-20Restored whitespace between paragraphs in beamer template.John MacFarlane1-7/+9
2016-07-20RST reader: use Div for admonitions.John MacFarlane1-8/+6
2016-07-19Textile reader: improve definition list parsing.John MacFarlane1-6/+13
2016-07-18Textile reader: improved table parsing.John MacFarlane1-22/+62
2016-07-18LaTeX template: Added dummy definition for `\institute`.John MacFarlane1-7/+7
2016-07-17Fixd README date.John MacFarlane1-1/+1
2016-07-16Use cmark-0.5.3.1 with stack.lts6.yaml.John MacFarlane1-0/+1
2016-07-16Add aeson-pretty to stack.yaml for deb, windows.John MacFarlane2-0/+2
2016-07-16Use cmark-0.5.3.1 in stack.yaml.John MacFarlane4-4/+4
2016-07-15Updated changelog.John MacFarlane1-0/+258
2016-07-15Added aeson-pretty to osx/stack.yaml.John MacFarlane1-0/+1
2016-07-15Use cmark-0.5.3 in stack.yaml.John MacFarlane4-0/+4
2016-07-15Don't require haddock-library 1.4.John MacFarlane2-1/+5
2016-07-15Use liftM since otherwise Functor type constraint needen in ghc 7.8.John MacFarlane1-1/+1
2016-07-14Fixed compiler warnings.John MacFarlane6-14/+11
2016-07-14Haddock reader - support math.John MacFarlane1-0/+4
2016-07-14Require haddock-library >= 1.4.John MacFarlane1-1/+1
2016-07-14Use pandoc-citeproc-0.10.1 for packages.John MacFarlane4-6/+5
2016-07-14Updated man page.John MacFarlane1-47/+60
2016-07-14Fixed duplicate reference in README.John MacFarlane1-2/+0
2016-07-14Docx Writer: Use actual creation time as doc propJesse Rosenthal1-4/+3
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-14Added resolver clause to stack.lts6.yaml.John MacFarlane1-0/+1
2016-07-14Added winpkg target to Makefile.John MacFarlane1-0/+7
2016-07-14make_oxs_package.sh - use OSX env variable.John MacFarlane1-7/+7
2016-07-14Version to 1.17.2.John MacFarlane1-1/+1
2016-07-14Removed some redundant class constraints.John MacFarlane7-11/+11
2016-07-14Fixed lts6 travis build.John MacFarlane2-2/+15
2016-07-14Merge pull request #3019 from tarleb/org-verbatim-fixJohn MacFarlane2-2/+7
2016-07-14Fixed exponential parsing bug in textile reader.John MacFarlane1-0/+1
2016-07-14Org reader: fix parsing of verbatim inlinesAlbert Krewinkel2-2/+7
2016-07-13stack.yaml - use ghc 8.01 and nightly.John MacFarlane1-1/+2
2016-07-11Allow QuickCheck 2.9.John MacFarlane1-1/+1
2016-07-05Merge pull request #3014 from tarleb/org-writer-divJohn MacFarlane2-79/+41
2016-07-05Org writer: improve Div handlingAlbert Krewinkel2-79/+41
2016-07-04Added http-client dependencies to stack.yaml files.John MacFarlane3-0/+6
2016-07-04Depend on http-client 0.5, http-client-tls 0.3John MacFarlane2-2/+4
2016-07-04Merge pull request #3012 from tarleb/org-drop-ugly-pragmaJohn MacFarlane1-5/+4
2016-07-04Org reader: replace ugly code with view patternAlbert Krewinkel1-5/+4
2016-07-03Merge pull request #3010 from tarleb/org-header-treeJohn MacFarlane6-247/+423
2016-07-03Odt reader: Removed redundant Monoid constraints.John MacFarlane1-7/+7
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