aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2016-09-02Bump supported ghc version in CONTRIBUTING.md.Jesse Rosenthal
2016-07-20Rename README to MANUAL.txtAlbert Krewinkel
2016-02-05Added info on Stack to CONTRIBUTING.md.John MacFarlane
2016-02-05CONTRIBUTING.md : update test enabling documentationMathieu Duponchelle
On my end, in a clean sandbox, I had to run this before I could run the tests, I'm a cabal / haskell noob so that might not be the best way to do so but :)
2015-10-10Small tweak on CONTRIBUTING.md.John MacFarlane
2015-08-15Added note to CONTRIBUTING.md about ghc versions and travis.John MacFarlane
2015-08-08Clarified what is "out of scope" in README and CONTRIBUTING.md.John MacFarlane
2015-07-15Added section on REPL to CONTRIBUTING.md.John MacFarlane
2015-06-09replace old url with pandoc.orgPablo Rodríguez
2015-04-18Typo on Text.Pandoc.GenericGrégory Bataille
2015-01-03Minor reformatting of CONTRIBUTING.md.John MacFarlane
2015-01-03Updated CONTRIBUTING.md with information about issue tagsMatthew Pickering
2014-04-09Add .editorconfigAlbert Krewinkel
Use EditorConfig to define a some basic styling rules for code. This should also help to reduce the number of commits introducing trailing whitespace. See http://editorconfig.org/ for details.
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane
* Text.Pandoc.Writers.Shared contains shared functions used only in writers. * metaToJSON now takes a WriterOptions parameter, and will return an empty object if standalone is not specified.
2013-04-23Added Text.Pandoc.Asciify utility module.John MacFarlane
This has functions to create ascii-only versions of identifiers.
2013-04-14Improved CONTRIBUTING.md.John MacFarlane
2013-04-14Added CONTRIBUTING.md.John MacFarlane