summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add Github-friendly README.mdAlbert Krewinkel2016-07-20
* Rename README to MANUAL.txtAlbert Krewinkel2016-07-20
* Textile reader: improve definition list parsing.John MacFarlane2016-07-19
* Textile reader: improved table parsing.John MacFarlane2016-07-18
* LaTeX template: Added dummy definition for `\institute`.John MacFarlane2016-07-18
* Fixd README date.John MacFarlane2016-07-17
* Use cmark-0.5.3.1 with stack.lts6.yaml.John MacFarlane2016-07-16
* Add aeson-pretty to stack.yaml for deb, windows.John MacFarlane2016-07-16
* Use cmark-0.5.3.1 in stack.yaml.John MacFarlane2016-07-16
* Updated changelog.John MacFarlane2016-07-15
* Added aeson-pretty to osx/stack.yaml.John MacFarlane2016-07-15
* Use cmark-0.5.3 in stack.yaml.John MacFarlane2016-07-15
* Don't require haddock-library 1.4.John MacFarlane2016-07-15
* Use liftM since otherwise Functor type constraint needen in ghc 7.8.John MacFarlane2016-07-15
* Fixed compiler warnings.John MacFarlane2016-07-14
* Haddock reader - support math.John MacFarlane2016-07-14
* Require haddock-library >= 1.4.John MacFarlane2016-07-14
* Use pandoc-citeproc-0.10.1 for packages.John MacFarlane2016-07-14
* Updated man page.John MacFarlane2016-07-14
* Fixed duplicate reference in README.John MacFarlane2016-07-14
* Docx Writer: Use actual creation time as doc propJesse Rosenthal2016-07-14
* Shared: improve year sanity check in normalizeDateJesse Rosenthal2016-07-14
* Shared: normalizeDate should reject illegal years.Jesse Rosenthal2016-07-14
* Shared: Add further formats for `normalizeDate`Jesse Rosenthal2016-07-14
* Added resolver clause to stack.lts6.yaml.John MacFarlane2016-07-14
* Added winpkg target to Makefile.John MacFarlane2016-07-14
* make_oxs_package.sh - use OSX env variable.John MacFarlane2016-07-14
* Version to 1.17.2.John MacFarlane2016-07-14
* Removed some redundant class constraints.John MacFarlane2016-07-14
* Fixed lts6 travis build.John MacFarlane2016-07-14
* Merge pull request #3019 from tarleb/org-verbatim-fixJohn MacFarlane2016-07-14
|\
| * Org reader: fix parsing of verbatim inlinesAlbert Krewinkel2016-07-14
* | Fixed exponential parsing bug in textile reader.John MacFarlane2016-07-14
|/
* stack.yaml - use ghc 8.01 and nightly.John MacFarlane2016-07-13
* Allow QuickCheck 2.9.John MacFarlane2016-07-11
* Merge pull request #3014 from tarleb/org-writer-divJohn MacFarlane2016-07-05
|\
| * Org writer: improve Div handlingAlbert Krewinkel2016-07-05
* | Added http-client dependencies to stack.yaml files.John MacFarlane2016-07-04
* | Depend on http-client 0.5, http-client-tls 0.3John MacFarlane2016-07-04
* | Merge pull request #3012 from tarleb/org-drop-ugly-pragmaJohn MacFarlane2016-07-04
|\ \ | |/ |/|
| * Org reader: replace ugly code with view patternAlbert Krewinkel2016-07-04
|/
* Merge pull request #3010 from tarleb/org-header-treeJohn MacFarlane2016-07-03
|\
| * Org reader: support headline levels export settingAlbert Krewinkel2016-07-03
| * Org reader: put export setting parser into moduleAlbert Krewinkel2016-07-02
| * Org reader: support archived trees export optionsAlbert Krewinkel2016-07-01
| * Org reader: refactor comment tree handlingAlbert Krewinkel2016-07-01
| * Org reader: parse as headlines, convert to blocksAlbert Krewinkel2016-07-01
| * Org reader: improve tag and properties type safetyAlbert Krewinkel2016-07-01
* | Odt reader: Removed redundant Monoid constraints.John MacFarlane2016-07-03
* | Fix warning for parseURl import.John MacFarlane2016-07-03