Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-24 | Text.Pandoc.Class: add readStdinStrict method to PandocMonad. | John MacFarlane | 1 | -0/+1 | |
[API change] | |||||
2021-08-24 | Class: Generalize type of extractMedia. | John MacFarlane | 1 | -1/+1 | |
It was uselessly restricted to PandocIO, instead of any instance of PandocMonad and MonadIO. [API change] | |||||
2021-08-22 | PandocIO: derive MonadCatch, MonadThrow, MonadMask. | John MacFarlane | 1 | -0/+4 | |
This will allow us to use withTempDir. | |||||
2020-04-17 | Class: generalize PandocIO functions to MonadIO | Albert Krewinkel | 1 | -167/+21 | |
2020-04-13 | Add an option to disable certificate validation (#6156) | Cédric Couralet | 1 | -2/+4 | |
This commit adds the option `--no-check-certificate`, which disables certificate checking when resources are fetched by HTTP. Co-authored-by: Cécile Chemin <cecile.chemin@insee.fr> Co-authored-by: Juliette Fourcot <juliette.fourcot@insee.fr> | |||||
2020-03-22 | Text.Pandoc.Class: extract submodules PandocIO, PandocPure | Albert Krewinkel | 1 | -0/+218 | |