Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-15 | PandocMonad: remove outdated check for base version | Albert Krewinkel | 1 | -6/+1 | |
Only base versions 4.9 and later are supported, the check for `MIN_VERSION_base(4,8,0)` is therefore unnecessary. | |||||
2020-03-14 | Subdivide Text.Pandoc.Class into small modules (#6106) | Albert Krewinkel | 2 | -0/+786 | |
* Extract CommonState into submodule * Extract PandocMonad into submodule * PandocMonad: ensure all functions have Haddock documentation |