Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -0/+13 | |
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-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. | |||||
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 1 | -1/+1 | |
This gives 20-30% speedup and reduction of memory usage in most of the writers. | |||||
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -6/+6 | |
2016-08-15 | StyleMap: export functions on StyleMap instances | Jesse Rosenthal | 1 | -0/+2 | |
We're going to want `getMap` in the Docx Writer. | |||||
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. | |||||
2015-03-24 | Docx Writer: Fix StyleMap | Nikolay Yakimov | 1 | -18/+19 | |
I've messed up badly with it, so it didn't work properly most of the time. At the plus side, fallback mechanic is working wonderfully. | |||||
2015-03-03 | Code cleanup | Nikolay Yakimov | 1 | -12/+12 | |
2015-03-01 | Started moving StyleMap out of writer code | Nikolay Yakimov | 1 | -0/+105 | |