| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-31 | Fix import. | John MacFarlane | |
| 2022-10-31 | Add explicit imports to fix compiler warnings. | John MacFarlane | |
| 2022-10-31 | First stab at mtl 2.3 compliance. | John MacFarlane | |
| This will no doubt produce a bunch of warnings and hence CI failures, which we'll need to work around with explicit imports. | |||
| 2021-08-24 | Text.Pandoc.Class: add readStdinStrict method to PandocMonad. | John MacFarlane | |
| [API change] | |||
| 2020-03-29 | Split the RNG so they don't end up equal again after 1 call to next (#6227) | Joseph C. Sible | |
| 2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel | |
| This should speed-up recompilation after changes in `Text.Pandoc.Class`, as the number of modules affected by a change will be smaller in general. It also offers faster insights into the parts of `T.P.Class` used within a module. | |||
| 2020-03-22 | Text.Pandoc.Class: extract submodules PandocIO, PandocPure | Albert Krewinkel | |
