summaryrefslogtreecommitdiff
path: root/pandoc-server/pandoc-server.cabal
AgeCommit message (Collapse)Author
2024-02-14Bump pandoc-server to 0.1.0.5 and allow containsers 0.7John MacFarlane
2023-12-11pandoc-server: bump to 0.1.0.4.John MacFarlane
2023-12-06pandoc-server: Switch from base64 to base64-bytestring.John MacFarlane
See #9233.
2023-08-31pandoc-server: allow text 2.1.John MacFarlane
2023-08-31Bump to pandoc-server 0.1.0.3John MacFarlane
2023-08-26Allow skylighting 0.14 (and require it in pandoc core).John MacFarlane
2023-08-06Bump pandoc-server version to 0.1.0.2.John MacFarlane
2023-08-06Bump dates, update dependencies.John MacFarlane
2023-06-26Bump pandoc-server to 0.1.0.1.John MacFarlane
2023-06-26Bump upper bound on servant-server.John MacFarlane
This is needed for compilation with ghc 9.6.
2023-01-13Require pandoc-types 1.23, update dependencies.John MacFarlane
This fails to build because pandoc-lua-marshal still needs updating.
2023-01-12CI: test with GHC 9.2.5 and 9.4.4Albert Krewinkel
2022-11-21Use doctemplates 0.11.John MacFarlane
This avoids a transitive dependency on HsYAML, which we no longer use in pandoc.
2022-11-08Add simple CORS support to pandoc-server.John MacFarlane
Closes #8427.
2022-09-29Bump pandoc version to 3.0.John MacFarlane
In light of the package splitting changes.
2022-09-28Bump version to 2.20, depend on >= 2.20 in pandoc-cli, pandoc-server.John MacFarlane
2022-09-22Split pandoc-server, pandoc-cli into separate packages. (#8309)John MacFarlane
This also removes the unnecessary Setup.hs from pandoc. Cabal does not need this with build-type 'simple'.