| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-18 | Removed old-locale flag and Text.Pandoc.Compat.Time. | John MacFarlane | |
| This is no longer necessary since we no longer support ghc 7.8. | |||
| 2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | |
| This gives 20-30% speedup and reduction of memory usage in most of the writers. | |||
| 2017-06-02 | hlint suggestions. | John MacFarlane | |
| 2016-09-03 | Add EOL note to time compat module. | Jesse Rosenthal | |
| 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 | |
| * CPP around deprecated `parseTime`. * Text.Pandoc.Compat.Locale -> Text.Pandoc.Compat.Time, now exports Data.Time. | |||
