Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 | |
The haddock module header contains essentially the same information, so the boilerplate is redundant and just one more thing to get out of sync. | |||||
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 | |
Quite a few modules were missing copyright notices. This commit adds copyright notices everywhere via haddock module headers. The old license boilerplate comment is redundant with this and has been removed. Update copyright years to 2019. Closes #4592. | |||||
2018-12-17 | Replace read with safeRead. Closes #5162. | John MacFarlane | 1 | -4/+4 | |
2018-08-10 | Avoid a non-exhaustive pattern match. | John MacFarlane | 1 | -3/+2 | |
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 | -4/+4 | |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 | |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -1/+1 | |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -1/+1 | |
2017-10-27 | hlint changes. | John MacFarlane | 1 | -38/+30 | |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 | |
This follows the suggestions given by the FSF for GPL licensed software. <https://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html> | |||||
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -15/+15 | |
2016-08-28 | Docx reader: update copyright. | Jesse Rosenthal | 1 | -2/+2 | |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 | |
This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b. | |||||
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 | |
This is needed for ghci to work with pandoc, given that we now use a custom prelude. Closes #2503. | |||||
2014-09-04 | Docx reader: Single-item headers in ordered lists are headers. | Jesse Rosenthal | 1 | -4/+6 | |
When users number their headers, Word understands that as a single item enumerated list. We make the assumption that such a list is, in fact, a header. | |||||
2014-07-12 | Removed space at ends of lines in source. | John MacFarlane | 1 | -7/+7 | |
2014-06-23 | Move some of the clean-up logic into List module. | Jesse Rosenthal | 1 | -3/+22 | |
This will allow us to get rid of more general functions we no longer need in the main reader. | |||||
2014-06-16 | Naming: Use Docx instead of DocX. | John MacFarlane | 1 | -0/+208 | |
For consistency with the existing writer. |