summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class/PandocPure.hs
AgeCommit message (Collapse)Author
2022-10-31Fix import.John MacFarlane
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First 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-24Text.Pandoc.Class: add readStdinStrict method to PandocMonad.John MacFarlane
[API change]
2020-03-29Split the RNG so they don't end up equal again after 1 call to next (#6227)Joseph C. Sible
2020-03-22Finer 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-22Text.Pandoc.Class: extract submodules PandocIO, PandocPureAlbert Krewinkel