diff options
| author | John MacFarlane <[email protected]> | 2024-05-11 12:31:00 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-05-11 12:31:00 -0700 |
| commit | 1cdda054deec7dc07e16464e99d756939c60ff19 (patch) | |
| tree | 5602768659167654c78631df973e5ea27e83bf05 | |
| parent | b419770850f33af5014a2bb6cf575ba148f6de4f (diff) | |
Bump tls and zip-archive in stack.yaml, update README.md.
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | stack.yaml | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -83,7 +83,8 @@ It can convert *from* - `man` ([roff man](https://man.cx/groff_man(7))) - `muse` ([Muse](https://amusewiki.org/library/manual)) - `native` (native Haskell) -- `odt` ([ODT](https://en.wikipedia.org/wiki/OpenDocument)) +- `odt` ([OpenOffice text + document](https://en.wikipedia.org/wiki/OpenDocument)) - `opml` ([OPML](http://dev.opml.org/spec2.html)) - `org` ([Emacs Org mode](https://orgmode.org)) - `ris` ([RIS](https://en.wikipedia.org/wiki/RIS_(file_format)) diff --git a/stack.yaml b/stack.yaml index 7ba08155c..c5a9d7373 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,12 +15,12 @@ extra-deps: - commonmark-pandoc-0.2.2.1 - hslua-module-zip-1.1.3 - pandoc-lua-marshal-0.2.7 -- tls-2.0.2 +- tls-2.0.5 - skylighting-format-blaze-html-0.1.1.2 - skylighting-core-0.14.1.2 - skylighting-0.14.1.2 - djot-0.1.2 -- zip-archive-0.4.3.1 +- zip-archive-0.4.3.2 - toml-parser-2.0.0.0 - typst-symbols-0.1.6 - typst-0.5.0.3 |
