Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-06-02 | hlint suggestions. | John MacFarlane | 1 | -1/+1 | |
2016-09-03 | Add EOL note to time compat module. | Jesse Rosenthal | 1 | -0/+12 | |
Because time 1.4 is a boot library for GHC 7.8, we will support the compatibility module as long as we support 7.8. But we should be clear about when we will no longer need it. | |||||
2015-10-14 | More changes to avoid compiler warnings on ghc 7.10. | John MacFarlane | 1 | -0/+18 | |
* CPP around deprecated `parseTime`. * Text.Pandoc.Compat.Locale -> Text.Pandoc.Compat.Time, now exports Data.Time. |