aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)Author
2023-01-18Use released versions of packages.John MacFarlane
2023-01-17Add some test files to pandoc.cabal.John MacFarlane
2023-01-15Export module `Text.Pandoc.Slides` [API Change]Albert Krewinkel
2023-01-13Require pandoc-types 1.23, update dependencies.John MacFarlane
2023-01-12CI: test with GHC 9.2.5 and 9.4.4Albert Krewinkel
2023-01-11Add ChunkedHTML writer.John MacFarlane
2023-01-11Use jira-wiki-markup 1.5.0Albert Krewinkel
2022-12-18ConTeXt writer: support syntax highlighting for code.Albert Krewinkel
2022-12-08Use skylighting 0.13.1.2John MacFarlane
2022-11-21Use doctemplates 0.11.John MacFarlane
2022-11-06Add Text.Pandoc.Chunks.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-28Use skylighting 0.13.1.1John MacFarlane
2022-10-26Move aeson constraint from cabal.project to pandoc.cabal.John MacFarlane
2022-10-24Rename T.P.Readers.Odt -> T.P.Readers.ODT.John MacFarlane
2022-10-24Rename T.P.Writers.Docbook -> T.P.Writers.DocBook.John MacFarlane
2022-10-24Remove sample.lua from data files (#8397)Albert Krewinkel
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
2022-10-17EPUB CSS changes.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-15Use skylighting 0.13.1.John MacFarlane
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-10-08Use texmath 0.12.5.4.John MacFarlane
2022-10-05Require citeproc >= 0.8.0.2.John MacFarlane
2022-10-03Rename T.P.Readers.LaTeX.Types -> T.P.TeX.John MacFarlane
2022-10-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-10-02Add T.P.Citeproc.Name.John MacFarlane
2022-09-30Move `--version` handling to pandoc-cli.John MacFarlane
2022-09-30App: move initial input-to-Pandoc code to internal submoduleAlbert Krewinkel
2022-09-30Use released gridtables 0.1.0.0Albert Krewinkel
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2022-09-30[API Change] Change type of Text.Pandoc.Lua.applyFilterAlbert Krewinkel
2022-09-30[API Change] Remove modules T.P.Writers.Custom and T.P.Readers.Custom.Albert Krewinkel
2022-09-30[API Change] Export module Text.Pandoc.Class.IOAlbert Krewinkel
2022-09-30[API Change] Export new module Text.Pandoc.ScriptingAlbert Krewinkel
2022-09-29Factor out xml-light into an internal library.John MacFarlane
2022-09-29Bump pandoc version to 3.0.John MacFarlane
2022-09-28Require latest released texmathJohn MacFarlane
2022-09-28Use released commonmark-extensions.John MacFarlane
2022-09-28Bump version to 2.20, depend on >= 2.20 in pandoc-cli, pandoc-server.John MacFarlane
2022-09-24cabal file: Remove unused packageAlbert Krewinkel
2022-09-23Fix support for Lua 5.3Albert Krewinkel
2022-09-22Make pandoc behave like a Lua interpreter when called as `pandoc-lua`. (#8311)Albert Krewinkel
2022-09-22Split pandoc-server, pandoc-cli into separate packages. (#8309)John MacFarlane
2022-09-20Add T.P.Lua.Reader, T.P.Lua.Writer.John MacFarlane
2022-09-18Add prefixes to identifiers with `--file-scope`. (#8282)John MacFarlane
2022-09-11Require mime-types 0.1.1Albert Krewinkel
2022-09-04T.P.Mime: Base module on package mime-types. (#8277)Albert Krewinkel
2022-09-01Require hslua-module-version 1.0.3Albert Krewinkel